pub struct ExtTypeIr {
pub schema: SchemaNodeIrId,
pub optional: bool,
pub binding_style: Option<BindingStyleIr>,
}Fields§
§schema: SchemaNodeIrId§optional: bool§binding_style: Option<BindingStyleIr>Trait Implementations§
impl StructuralPartialEq for ExtTypeIr
Auto Trait Implementations§
impl Freeze for ExtTypeIr
impl RefUnwindSafe for ExtTypeIr
impl Send for ExtTypeIr
impl Sync for ExtTypeIr
impl Unpin for ExtTypeIr
impl UnsafeUnpin for ExtTypeIr
impl UnwindSafe for ExtTypeIr
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