pub struct ParseFieldAttrs {
field_bound: bool,
}
Fields§
§field_bound: bool
Trait Implementations§
source§impl Default for ParseFieldAttrs
impl Default for ParseFieldAttrs
source§fn default() -> ParseFieldAttrs
fn default() -> ParseFieldAttrs
Returns the “default value” for a type. Read more
source§impl FromField for ParseFieldAttrs
impl FromField for ParseFieldAttrs
fn from_field(__field: &Field) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ParseFieldAttrs
impl RefUnwindSafe for ParseFieldAttrs
impl Send for ParseFieldAttrs
impl Sync for ParseFieldAttrs
impl Unpin for ParseFieldAttrs
impl UnwindSafe for ParseFieldAttrs
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