pub struct Configurator<C> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<C: Clone> Clone for Configurator<C>
impl<C: Clone> Clone for Configurator<C>
Source§fn clone(&self) -> Configurator<C>
fn clone(&self) -> Configurator<C>
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 moreAuto Trait Implementations§
impl<C> Freeze for Configurator<C>
impl<C> RefUnwindSafe for Configurator<C>
impl<C> Send for Configurator<C>
impl<C> Sync for Configurator<C>
impl<C> Unpin for Configurator<C>
impl<C> UnwindSafe for Configurator<C>
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