pub struct ConstConstructImpl { /* private fields */ }Expand description
The implementation wrapper for a constant constructor.
Implementations§
Trait Implementations§
Source§impl Clone for ConstConstructImpl
impl Clone for ConstConstructImpl
Source§impl Drop for ConstConstructImpl
impl Drop for ConstConstructImpl
Source§impl Pointer for ConstConstructImpl
impl Pointer for ConstConstructImpl
Source§impl TryClone for ConstConstructImpl
impl TryClone for ConstConstructImpl
impl Send for ConstConstructImpl
impl Sync for ConstConstructImpl
Auto Trait Implementations§
impl Freeze for ConstConstructImpl
impl RefUnwindSafe for ConstConstructImpl
impl Unpin for ConstConstructImpl
impl UnwindSafe for ConstConstructImpl
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