pub struct XsdTime {
pub hour: u8,
pub minute: u8,
pub second: u8,
pub nanos: u32,
pub tz_min: Option<i16>,
}Fields§
§hour: u8§minute: u8§second: u8§nanos: u32§tz_min: Option<i16>Trait Implementations§
impl Copy for XsdTime
impl Eq for XsdTime
impl StructuralPartialEq for XsdTime
Auto Trait Implementations§
impl Freeze for XsdTime
impl RefUnwindSafe for XsdTime
impl Send for XsdTime
impl Sync for XsdTime
impl Unpin for XsdTime
impl UnsafeUnpin for XsdTime
impl UnwindSafe for XsdTime
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