pub struct StructField {
pub seq: Option<i64>,
pub optional: bool,
pub ty: Ty,
pub ident: String,
pub value: Option<ConstValue>,
}Fields§
§seq: Option<i64>§optional: bool§ty: Ty§ident: String§value: Option<ConstValue>Trait Implementations§
Source§impl Debug for StructField
impl Debug for StructField
Source§impl Decodable for StructField
impl Decodable for StructField
Source§impl Encodable for StructField
impl Encodable for StructField
Source§impl PartialEq for StructField
impl PartialEq for StructField
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 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