pub struct Directory { /* private fields */ }
Implementations
Trait Implementations
sourceimpl IDirectory for Directory
impl IDirectory for Directory
fn read(
&mut self,
out_entries: OutMapAliasBuffer<DirectoryEntry>
) -> Result<u64>
fn get_entry_count(&mut self) -> Result<u64>
fn sf_server_impl_read(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn sf_server_impl_get_entry_count(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn get_sf_command_metadata_table(&self) -> CommandMetadataTable
sourceimpl IObject for Directory
impl IObject for Directory
fn get_command_metadata_table(&self) -> CommandMetadataTable
fn call_self_server_command(
&mut self,
command_fn: CommandFn,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
impl ISessionObject for Directory
Auto Trait Implementations
impl !RefUnwindSafe for Directory
impl !Send for Directory
impl !Sync for Directory
impl Unpin for Directory
impl !UnwindSafe for Directory
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more