pub struct FieldDeclStmt {
pub decl: FieldDecl,
pub init: Option<Expression>,
}Fields§
§decl: FieldDecl§init: Option<Expression>Trait Implementations§
Source§impl Clone for FieldDeclStmt
impl Clone for FieldDeclStmt
Source§fn clone(&self) -> FieldDeclStmt
fn clone(&self) -> FieldDeclStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FieldDeclStmt
impl Debug for FieldDeclStmt
Auto Trait Implementations§
impl Freeze for FieldDeclStmt
impl RefUnwindSafe for FieldDeclStmt
impl Send for FieldDeclStmt
impl Sync for FieldDeclStmt
impl Unpin for FieldDeclStmt
impl UnsafeUnpin for FieldDeclStmt
impl UnwindSafe for FieldDeclStmt
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