pub struct StructField {
pub typ: Range,
pub name: Range,
pub ordinal: Option<Range>,
pub default: Option<Range>,
}Fields§
§typ: Range§name: Range§ordinal: Option<Range>§default: Option<Range>Trait Implementations§
Source§impl Debug for StructField
impl Debug for StructField
Source§impl PartialEq for StructField
impl PartialEq for StructField
Source§fn eq(&self, other: &StructField) -> bool
fn eq(&self, other: &StructField) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StructField
Auto Trait Implementations§
impl Freeze for StructField
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnsafeUnpin for StructField
impl UnwindSafe for StructField
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