pub struct DSTOffset {
pub offset: Option<i32>,
pub valid_starting: Option<u8>,
pub valid_until: Option<u8>,
}Fields§
§offset: Option<i32>§valid_starting: Option<u8>§valid_until: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DSTOffset
impl RefUnwindSafe for DSTOffset
impl Send for DSTOffset
impl Sync for DSTOffset
impl Unpin for DSTOffset
impl UnwindSafe for DSTOffset
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