pub struct SwitchCommon {
pub short: String,
pub long: String,
pub doc: String,
}
Fields§
§short: String
§long: String
§doc: String
Trait Implementations§
Source§impl Clone for SwitchCommon
impl Clone for SwitchCommon
Source§fn clone(&self) -> SwitchCommon
fn clone(&self) -> SwitchCommon
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 moreSource§impl Debug for SwitchCommon
impl Debug for SwitchCommon
Source§impl Hash for SwitchCommon
impl Hash for SwitchCommon
Source§impl PartialEq for SwitchCommon
impl PartialEq for SwitchCommon
impl Eq for SwitchCommon
impl StructuralPartialEq for SwitchCommon
Auto Trait Implementations§
impl Freeze for SwitchCommon
impl RefUnwindSafe for SwitchCommon
impl Send for SwitchCommon
impl Sync for SwitchCommon
impl Unpin for SwitchCommon
impl UnwindSafe for SwitchCommon
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