pub struct FileSetupBackend { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for FileSetupBackend
impl Clone for FileSetupBackend
Source§fn clone(&self) -> FileSetupBackend
fn clone(&self) -> FileSetupBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileSetupBackend
impl Debug for FileSetupBackend
Source§impl SetupBackend for FileSetupBackend
impl SetupBackend for FileSetupBackend
Auto Trait Implementations§
impl Freeze for FileSetupBackend
impl RefUnwindSafe for FileSetupBackend
impl Send for FileSetupBackend
impl Sync for FileSetupBackend
impl Unpin for FileSetupBackend
impl UnsafeUnpin for FileSetupBackend
impl UnwindSafe for FileSetupBackend
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