pub struct ClassConstructor {
pub visibility: Visibility,
pub generics: GenericsDecl,
pub params: ParamList,
pub body: Block,
}Fields§
§visibility: Visibility§generics: GenericsDecl§params: ParamList§body: BlockTrait Implementations§
Source§impl Clone for ClassConstructor
impl Clone for ClassConstructor
Source§fn clone(&self) -> ClassConstructor
fn clone(&self) -> ClassConstructor
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 ClassConstructor
impl Debug for ClassConstructor
Source§impl Serialize for ClassConstructor
impl Serialize for ClassConstructor
Auto Trait Implementations§
impl Freeze for ClassConstructor
impl RefUnwindSafe for ClassConstructor
impl Send for ClassConstructor
impl Sync for ClassConstructor
impl Unpin for ClassConstructor
impl UnsafeUnpin for ClassConstructor
impl UnwindSafe for ClassConstructor
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