pub struct ZeroParameterStructInitializer { /* private fields */ }
Expand description
Struct handle combined with the validated name of one of it’s initializers. The initializer may not take parameters
Trait Implementations§
Source§impl Clone for ZeroParameterStructInitializer
impl Clone for ZeroParameterStructInitializer
Source§fn clone(&self) -> ZeroParameterStructInitializer
fn clone(&self) -> ZeroParameterStructInitializer
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 From<ZeroParameterStructInitializer> for DefaultCallbackReturnValue
impl From<ZeroParameterStructInitializer> for DefaultCallbackReturnValue
Source§fn from(x: ZeroParameterStructInitializer) -> Self
fn from(x: ZeroParameterStructInitializer) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ZeroParameterStructInitializer
impl RefUnwindSafe for ZeroParameterStructInitializer
impl !Send for ZeroParameterStructInitializer
impl !Sync for ZeroParameterStructInitializer
impl Unpin for ZeroParameterStructInitializer
impl UnwindSafe for ZeroParameterStructInitializer
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