pub struct Time;Trait Implementations§
Source§impl DefaultCastTypeName for Time
impl DefaultCastTypeName for Time
const CAST_TYPE_NAME: &'static str = "TIME"
impl Assignable<Time> for Any
impl Assignable<Time> for Timetz
impl Assignable for Time
impl Compatible<Any> for Time
impl Compatible<Placeholder> for Time
impl Compatible<Text> for Time
impl Compatible<Time> for Any
impl Compatible<Time> for Text
impl Compatible<Time> for Timetz
impl Compatible<Timetz> for Time
impl Compatible for Time
impl Copy for Time
impl DataType for Time
impl Eq for Time
impl StructuralPartialEq for Time
impl Temporal for Time
Auto Trait Implementations§
impl Freeze for Time
impl RefUnwindSafe for Time
impl Send for Time
impl Sync for Time
impl Unpin for Time
impl UnsafeUnpin for Time
impl UnwindSafe for Time
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