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