pub struct ExtendStruct {
pub span: Span,
pub name: Identifier,
pub inners: Vec<StructInner>,
}
Fields§
§span: Span
§name: Identifier
§inners: Vec<StructInner>
Trait Implementations§
Source§impl Clone for ExtendStruct
impl Clone for ExtendStruct
Source§fn clone(&self) -> ExtendStruct
fn clone(&self) -> ExtendStruct
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 ExtendStruct
impl Debug for ExtendStruct
Source§impl PartialEq for ExtendStruct
impl PartialEq for ExtendStruct
impl StructuralPartialEq for ExtendStruct
Auto Trait Implementations§
impl Freeze for ExtendStruct
impl RefUnwindSafe for ExtendStruct
impl Send for ExtendStruct
impl Sync for ExtendStruct
impl Unpin for ExtendStruct
impl UnwindSafe for ExtendStruct
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