pub struct XsdGYear {
pub year: i32,
pub tz_min: Option<i16>,
}Fields§
§year: i32§tz_min: Option<i16>Trait Implementations§
impl Copy for XsdGYear
impl Eq for XsdGYear
impl StructuralPartialEq for XsdGYear
Auto Trait Implementations§
impl Freeze for XsdGYear
impl RefUnwindSafe for XsdGYear
impl Send for XsdGYear
impl Sync for XsdGYear
impl Unpin for XsdGYear
impl UnsafeUnpin for XsdGYear
impl UnwindSafe for XsdGYear
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