pub struct FieldUnit {
pub name: String,
pub ty: String,
pub doc: Option<String>,
}Fields§
§name: String§ty: String§doc: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for FieldUnit
impl RefUnwindSafe for FieldUnit
impl Send for FieldUnit
impl Sync for FieldUnit
impl Unpin for FieldUnit
impl UnwindSafe for FieldUnit
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