pub struct ModeOption {
pub label: Option<String>,
pub mode: Option<u8>,
pub mode_tags: Option<Vec<ModeTag>>,
}Fields§
§label: Option<String>§mode: Option<u8>Trait Implementations§
Source§impl Debug for ModeOption
impl Debug for ModeOption
Auto Trait Implementations§
impl Freeze for ModeOption
impl RefUnwindSafe for ModeOption
impl Send for ModeOption
impl Sync for ModeOption
impl Unpin for ModeOption
impl UnwindSafe for ModeOption
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