pub struct NoopSetupBackend;Trait Implementations§
Source§impl Clone for NoopSetupBackend
impl Clone for NoopSetupBackend
Source§fn clone(&self) -> NoopSetupBackend
fn clone(&self) -> NoopSetupBackend
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 NoopSetupBackend
impl Debug for NoopSetupBackend
Source§impl Default for NoopSetupBackend
impl Default for NoopSetupBackend
Source§fn default() -> NoopSetupBackend
fn default() -> NoopSetupBackend
Returns the “default value” for a type. Read more
Source§impl SetupBackend for NoopSetupBackend
impl SetupBackend for NoopSetupBackend
impl Copy for NoopSetupBackend
Auto Trait Implementations§
impl Freeze for NoopSetupBackend
impl RefUnwindSafe for NoopSetupBackend
impl Send for NoopSetupBackend
impl Sync for NoopSetupBackend
impl Unpin for NoopSetupBackend
impl UnsafeUnpin for NoopSetupBackend
impl UnwindSafe for NoopSetupBackend
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