pub struct FieldHelp {
pub ident: &'static str,
pub doc: &'static str,
pub ty: TypedHelp,
}Fields§
§ident: &'static str§doc: &'static str§ty: TypedHelpTrait Implementations§
Auto Trait Implementations§
impl Freeze for FieldHelp
impl RefUnwindSafe for FieldHelp
impl Send for FieldHelp
impl Sync for FieldHelp
impl Unpin for FieldHelp
impl UnwindSafe for FieldHelp
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