Struct rs_firebase_admin_sdk::util::serialize::StrEpochMs
source · pub struct StrEpochMs { /* private fields */ }Trait Implementations§
source§impl Clone for StrEpochMs
impl Clone for StrEpochMs
source§fn clone(&self) -> StrEpochMs
fn clone(&self) -> StrEpochMs
Returns a copy 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 StrEpochMs
impl Debug for StrEpochMs
source§impl<'de> Deserialize<'de> for StrEpochMs
impl<'de> Deserialize<'de> for StrEpochMs
source§fn deserialize<D>(deserializer: D) -> Result<StrEpochMs, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<StrEpochMs, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<OffsetDateTime> for StrEpochMs
impl From<OffsetDateTime> for StrEpochMs
source§fn from(dt: OffsetDateTime) -> Self
fn from(dt: OffsetDateTime) -> Self
Converts to this type from the input type.
source§impl From<StrEpochMs> for OffsetDateTime
impl From<StrEpochMs> for OffsetDateTime
source§fn from(value: StrEpochMs) -> Self
fn from(value: StrEpochMs) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StrEpochMs
impl RefUnwindSafe for StrEpochMs
impl Send for StrEpochMs
impl Sync for StrEpochMs
impl Unpin for StrEpochMs
impl UnwindSafe for StrEpochMs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)