pub struct StructFieldDeclaration { /* private fields */ }
Expand description
Represents a elementary field declaration inside a struct with a : int x
Trait Implementations§
Source§impl Clone for StructFieldDeclaration
impl Clone for StructFieldDeclaration
Source§fn clone(&self) -> StructFieldDeclaration
fn clone(&self) -> StructFieldDeclaration
Returns a copy 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 StructFieldDeclaration
impl Debug for StructFieldDeclaration
Source§impl PartialEq for StructFieldDeclaration
impl PartialEq for StructFieldDeclaration
impl StructuralPartialEq for StructFieldDeclaration
Auto Trait Implementations§
impl Freeze for StructFieldDeclaration
impl RefUnwindSafe for StructFieldDeclaration
impl Send for StructFieldDeclaration
impl Sync for StructFieldDeclaration
impl Unpin for StructFieldDeclaration
impl UnwindSafe for StructFieldDeclaration
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