pub struct LogSettingsControlHandle { /* private fields */ }
Trait Implementations§
Source§impl Clone for LogSettingsControlHandle
impl Clone for LogSettingsControlHandle
Source§fn clone(&self) -> LogSettingsControlHandle
fn clone(&self) -> LogSettingsControlHandle
Returns a copy 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 Freeze for LogSettingsControlHandle
impl !RefUnwindSafe for LogSettingsControlHandle
impl Send for LogSettingsControlHandle
impl Sync for LogSettingsControlHandle
impl Unpin for LogSettingsControlHandle
impl !UnwindSafe for LogSettingsControlHandle
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