pub struct TimezoneOffset {
pub value: i32,
}Fields§
§value: i32Trait Implementations§
Source§impl JsJsonDeserialize for TimezoneOffset
impl JsJsonDeserialize for TimezoneOffset
fn from_json( context: JsJsonContext, json: JsJson, ) -> Result<Self, JsJsonContext>
Source§impl JsJsonSerialize for TimezoneOffset
impl JsJsonSerialize for TimezoneOffset
Auto Trait Implementations§
impl Freeze for TimezoneOffset
impl RefUnwindSafe for TimezoneOffset
impl Send for TimezoneOffset
impl Sync for TimezoneOffset
impl Unpin for TimezoneOffset
impl UnwindSafe for TimezoneOffset
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