pub struct ConstructSignature {
pub function: ConstructorType,
}Fields§
§function: ConstructorTypeTrait Implementations§
Source§impl Clone for ConstructSignature
impl Clone for ConstructSignature
Source§fn clone(&self) -> ConstructSignature
fn clone(&self) -> ConstructSignature
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 ConstructSignature
impl Debug for ConstructSignature
impl Eq for ConstructSignature
Source§impl PartialEq for ConstructSignature
impl PartialEq for ConstructSignature
impl StructuralPartialEq for ConstructSignature
Auto Trait Implementations§
impl Freeze for ConstructSignature
impl RefUnwindSafe for ConstructSignature
impl Send for ConstructSignature
impl Sync for ConstructSignature
impl Unpin for ConstructSignature
impl UnsafeUnpin for ConstructSignature
impl UnwindSafe for ConstructSignature
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