pub struct Year;Trait Implementations§
impl Assignable for Year
impl Assignable<SmallIntUnsigned> for Year
impl Assignable<Year> for MediumInt
impl Assignable<Year> for Int
impl Assignable<Year> for BigInt
impl Assignable<Year> for SmallIntUnsigned
impl Assignable<Year> for MediumIntUnsigned
impl Assignable<Year> for IntUnsigned
impl Assignable<Year> for BigIntUnsigned
impl Assignable<Year> for Float
impl Assignable<Year> for Double
impl Assignable<Year> for Decimal
impl Assignable<Year> for Any
impl Compatible for Year
impl Compatible<Any> for Year
impl Compatible<BigInt> for Year
impl Compatible<BigIntUnsigned> for Year
impl Compatible<Decimal> for Year
impl Compatible<Double> for Year
impl Compatible<Float> for Year
impl Compatible<Int> for Year
impl Compatible<IntUnsigned> for Year
impl Compatible<MediumInt> for Year
impl Compatible<MediumIntUnsigned> for Year
impl Compatible<Placeholder> for Year
impl Compatible<SmallInt> for Year
impl Compatible<SmallIntUnsigned> for Year
impl Compatible<TinyInt> for Year
impl Compatible<TinyIntUnsigned> for Year
impl Compatible<Year> for TinyInt
impl Compatible<Year> for SmallInt
impl Compatible<Year> for MediumInt
impl Compatible<Year> for Int
impl Compatible<Year> for BigInt
impl Compatible<Year> for TinyIntUnsigned
impl Compatible<Year> for SmallIntUnsigned
impl Compatible<Year> for MediumIntUnsigned
impl Compatible<Year> for IntUnsigned
impl Compatible<Year> for BigIntUnsigned
impl Compatible<Year> for Decimal
impl Compatible<Year> for Float
impl Compatible<Year> for Double
impl Compatible<Year> for Any
impl Compatible<Year> for Placeholder
impl Copy for Year
impl DataType for Year
impl Eq for Year
impl Integral for Year
impl Numeric for Year
impl StructuralPartialEq for Year
Auto Trait Implementations§
impl Freeze for Year
impl RefUnwindSafe for Year
impl Send for Year
impl Sync for Year
impl Unpin for Year
impl UnsafeUnpin for Year
impl UnwindSafe for Year
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