pub struct Scalar { /* private fields */ }
Expand description
A single scalar value.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scalar
impl RefUnwindSafe for Scalar
impl !Send for Scalar
impl !Sync for Scalar
impl Unpin for Scalar
impl UnwindSafe for Scalar
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