pub struct FolderItems3(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for FolderItems3
impl !Sync for FolderItems3
impl Freeze for FolderItems3
impl RefUnwindSafe for FolderItems3
impl Unpin for FolderItems3
impl UnsafeUnpin for FolderItems3
impl UnwindSafe for FolderItems3
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