pub struct StructuralTypeObj {
pub t: Type,
pub base: Box<TypeObj>,
}Fields§
§t: Type§base: Box<TypeObj>Implementations§
Trait Implementations§
Source§impl Clone for StructuralTypeObj
impl Clone for StructuralTypeObj
Source§fn clone(&self) -> StructuralTypeObj
fn clone(&self) -> StructuralTypeObj
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 StructuralTypeObj
impl Debug for StructuralTypeObj
Source§impl Hash for StructuralTypeObj
impl Hash for StructuralTypeObj
Source§impl PartialEq for StructuralTypeObj
impl PartialEq for StructuralTypeObj
impl Eq for StructuralTypeObj
impl StructuralPartialEq for StructuralTypeObj
Auto Trait Implementations§
impl Freeze for StructuralTypeObj
impl RefUnwindSafe for StructuralTypeObj
impl Send for StructuralTypeObj
impl Sync for StructuralTypeObj
impl Unpin for StructuralTypeObj
impl UnwindSafe for StructuralTypeObj
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