pub struct LinuxTimeOffset { /* private fields */ }Expand description
LinuxTimeOffset specifies the offset for Time Namespace
Implementations§
Trait Implementations§
Source§impl Clone for LinuxTimeOffset
impl Clone for LinuxTimeOffset
Source§fn clone(&self) -> LinuxTimeOffset
fn clone(&self) -> LinuxTimeOffset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LinuxTimeOffset
impl Debug for LinuxTimeOffset
Source§impl Default for LinuxTimeOffset
impl Default for LinuxTimeOffset
Source§fn default() -> LinuxTimeOffset
fn default() -> LinuxTimeOffset
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxTimeOffset
impl<'de> Deserialize<'de> for LinuxTimeOffset
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LinuxTimeOffset
impl PartialEq for LinuxTimeOffset
Source§impl Serialize for LinuxTimeOffset
impl Serialize for LinuxTimeOffset
impl Eq for LinuxTimeOffset
impl StructuralPartialEq for LinuxTimeOffset
Auto Trait Implementations§
impl Freeze for LinuxTimeOffset
impl RefUnwindSafe for LinuxTimeOffset
impl Send for LinuxTimeOffset
impl Sync for LinuxTimeOffset
impl Unpin for LinuxTimeOffset
impl UnwindSafe for LinuxTimeOffset
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