pub struct TimestampArgs<'a> {
pub unit: TimeUnit,
pub timezone: Option<WIPOffset<&'a str>>,
}
Fields§
§unit: TimeUnit
§timezone: Option<WIPOffset<&'a str>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for TimestampArgs<'a>
impl<'a> RefUnwindSafe for TimestampArgs<'a>
impl<'a> Send for TimestampArgs<'a>
impl<'a> Sync for TimestampArgs<'a>
impl<'a> Unpin for TimestampArgs<'a>
impl<'a> UnwindSafe for TimestampArgs<'a>
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