pub struct FlatDef {
pub name: &'static str,
pub policy: &'static FlagPolicy,
pub help_eligible: bool,
pub url: &'static str,
}Fields§
§name: &'static str§policy: &'static FlagPolicy§help_eligible: bool§url: &'static strImplementations§
Auto Trait Implementations§
impl Freeze for FlatDef
impl RefUnwindSafe for FlatDef
impl Send for FlatDef
impl Sync for FlatDef
impl Unpin for FlatDef
impl UnsafeUnpin for FlatDef
impl UnwindSafe for FlatDef
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