pub struct TupleSchemaIr {
pub elements: Vec<SchemaNodeIrId>,
pub binding_style: Option<BindingStyleIr>,
}Fields§
§elements: Vec<SchemaNodeIrId>§binding_style: Option<BindingStyleIr>Trait Implementations§
Source§impl Clone for TupleSchemaIr
impl Clone for TupleSchemaIr
Source§fn clone(&self) -> TupleSchemaIr
fn clone(&self) -> TupleSchemaIr
Returns a duplicate 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 Debug for TupleSchemaIr
impl Debug for TupleSchemaIr
Source§impl PartialEq for TupleSchemaIr
impl PartialEq for TupleSchemaIr
impl StructuralPartialEq for TupleSchemaIr
Auto Trait Implementations§
impl Freeze for TupleSchemaIr
impl RefUnwindSafe for TupleSchemaIr
impl Send for TupleSchemaIr
impl Sync for TupleSchemaIr
impl Unpin for TupleSchemaIr
impl UnsafeUnpin for TupleSchemaIr
impl UnwindSafe for TupleSchemaIr
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