pub struct FieldInfo { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&FieldInfo> for FieldDescription
impl From<&FieldInfo> for FieldDescription
Source§impl From<FieldDescription> for FieldInfo
impl From<FieldDescription> for FieldInfo
Source§fn from(value: FieldDescription) -> Self
fn from(value: FieldDescription) -> Self
Converts to this type from the input type.
impl Eq for FieldInfo
impl StructuralPartialEq for FieldInfo
Auto Trait Implementations§
impl Freeze for FieldInfo
impl RefUnwindSafe for FieldInfo
impl Send for FieldInfo
impl Sync for FieldInfo
impl Unpin for FieldInfo
impl UnwindSafe for FieldInfo
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