pub struct ConstantScalar { /* private fields */ }Expand description
Constant scalar.
Implementations§
Trait Implementations§
Source§impl Display for ConstantScalar
impl Display for ConstantScalar
Auto Trait Implementations§
impl Freeze for ConstantScalar
impl RefUnwindSafe for ConstantScalar
impl Send for ConstantScalar
impl Sync for ConstantScalar
impl Unpin for ConstantScalar
impl UnsafeUnpin for ConstantScalar
impl UnwindSafe for ConstantScalar
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