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