pub struct ReadDir {
pub id: u32,
pub handle: Uuid,
}Fields§
§id: u32§handle: UuidTrait Implementations§
Source§impl PayloadTrait for ReadDir
impl PayloadTrait for ReadDir
impl Eq for ReadDir
impl StructuralPartialEq for ReadDir
Auto Trait Implementations§
impl Freeze for ReadDir
impl RefUnwindSafe for ReadDir
impl Send for ReadDir
impl Sync for ReadDir
impl Unpin for ReadDir
impl UnwindSafe for ReadDir
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