pub struct ReadDirents;
Trait Implementations§
Source§impl Method for ReadDirents
impl Method for ReadDirents
Source§type Request = WireDirectoryReadDirentsRequest
type Request = WireDirectoryReadDirentsRequest
The request payload for the method.
Source§type Response = WireDirectoryReadDirentsResponse
type Response = WireDirectoryReadDirentsResponse
The response payload for the method.
Auto Trait Implementations§
impl Freeze for ReadDirents
impl RefUnwindSafe for ReadDirents
impl Send for ReadDirents
impl Sync for ReadDirents
impl Unpin for ReadDirents
impl UnwindSafe for ReadDirents
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more