pub struct StructTypeField {
pub identifier: Option<Node>,
pub field_type: Type,
}
Fields§
§identifier: Option<Node>
§field_type: Type
Trait Implementations§
Source§impl Clone for StructTypeField
impl Clone for StructTypeField
Source§fn clone(&self) -> StructTypeField
fn clone(&self) -> StructTypeField
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Display for StructTypeField
impl Display for StructTypeField
Source§impl Hash for StructTypeField
impl Hash for StructTypeField
Source§impl PartialEq for StructTypeField
impl PartialEq for StructTypeField
impl Eq for StructTypeField
impl StructuralPartialEq for StructTypeField
Auto Trait Implementations§
impl Freeze for StructTypeField
impl RefUnwindSafe for StructTypeField
impl Send for StructTypeField
impl Sync for StructTypeField
impl Unpin for StructTypeField
impl UnwindSafe for StructTypeField
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