pub struct OptionUsage {
pub preferred_name: String,
pub name_set: Vec<String>,
pub definition: String,
pub description: String,
pub required: bool,
}Fields§
§preferred_name: String§name_set: Vec<String>§definition: String§description: String§required: boolAuto Trait Implementations§
impl Freeze for OptionUsage
impl RefUnwindSafe for OptionUsage
impl Send for OptionUsage
impl Sync for OptionUsage
impl Unpin for OptionUsage
impl UnwindSafe for OptionUsage
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