pub struct Second(/* private fields */);Implementations§
Trait Implementations§
Source§impl From<Second> for ConstantImpl
impl From<Second> for ConstantImpl
Source§impl From<Second> for ScalarImpl
impl From<Second> for ScalarImpl
Source§impl Ord for Second
impl Ord for Second
Source§impl PartialOrd for Second
impl PartialOrd for Second
Source§impl TryFrom<ConstantImpl> for Second
impl TryFrom<ConstantImpl> for Second
Source§impl TryFrom<ScalarImpl> for Second
impl TryFrom<ScalarImpl> for Second
impl Copy for Second
impl Eq for Second
impl NotDecimal for Second
impl StructuralPartialEq for Second
Auto Trait Implementations§
impl Freeze for Second
impl RefUnwindSafe for Second
impl Send for Second
impl Sync for Second
impl Unpin for Second
impl UnwindSafe for Second
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