pub struct EditedConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for EditedConfig
impl Clone for EditedConfig
Source§fn clone(&self) -> EditedConfig
fn clone(&self) -> EditedConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EditedConfig
impl Debug for EditedConfig
Source§impl PartialEq for EditedConfig
impl PartialEq for EditedConfig
impl StructuralPartialEq for EditedConfig
Auto Trait Implementations§
impl Freeze for EditedConfig
impl RefUnwindSafe for EditedConfig
impl Send for EditedConfig
impl Sync for EditedConfig
impl Unpin for EditedConfig
impl UnsafeUnpin for EditedConfig
impl UnwindSafe for EditedConfig
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