pub struct ConventionAttachFieldDef {
pub name: String,
pub ty: SchemaTypeDef,
}Expand description
Wire mirror of brink_ir::ConventionAttachField.
Fields§
§name: String§ty: SchemaTypeDefTrait Implementations§
Source§impl Clone for ConventionAttachFieldDef
impl Clone for ConventionAttachFieldDef
Source§fn clone(&self) -> ConventionAttachFieldDef
fn clone(&self) -> ConventionAttachFieldDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConventionAttachFieldDef
impl Debug for ConventionAttachFieldDef
impl Eq for ConventionAttachFieldDef
Source§impl PartialEq for ConventionAttachFieldDef
impl PartialEq for ConventionAttachFieldDef
impl StructuralPartialEq for ConventionAttachFieldDef
Auto Trait Implementations§
impl Freeze for ConventionAttachFieldDef
impl RefUnwindSafe for ConventionAttachFieldDef
impl Send for ConventionAttachFieldDef
impl Sync for ConventionAttachFieldDef
impl Unpin for ConventionAttachFieldDef
impl UnsafeUnpin for ConventionAttachFieldDef
impl UnwindSafe for ConventionAttachFieldDef
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