pub struct Constant { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Constant
Source§impl DenseDefault for Constant
impl DenseDefault for Constant
fn dense_default() -> Self
Auto Trait Implementations§
impl !Send for Constant
impl !Sync for Constant
impl Freeze for Constant
impl RefUnwindSafe for Constant
impl Unpin for Constant
impl UnsafeUnpin for Constant
impl UnwindSafe for Constant
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