pub struct DummyAdapter;Trait Implementations§
Source§impl FileSystemPort for DummyAdapter
impl FileSystemPort for DummyAdapter
fn find_cleanable_items(&self) -> Vec<String>
Auto Trait Implementations§
impl Freeze for DummyAdapter
impl RefUnwindSafe for DummyAdapter
impl Send for DummyAdapter
impl Sync for DummyAdapter
impl Unpin for DummyAdapter
impl UnsafeUnpin for DummyAdapter
impl UnwindSafe for DummyAdapter
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