Struct rs_firebase_admin_sdk::util::serialize::StrEpochSec
source · pub struct StrEpochSec { /* private fields */ }Trait Implementations§
source§impl Clone for StrEpochSec
impl Clone for StrEpochSec
source§fn clone(&self) -> StrEpochSec
fn clone(&self) -> StrEpochSec
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 StrEpochSec
impl Debug for StrEpochSec
source§impl<'de> Deserialize<'de> for StrEpochSec
impl<'de> Deserialize<'de> for StrEpochSec
source§fn deserialize<D>(deserializer: D) -> Result<StrEpochSec, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<StrEpochSec, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<OffsetDateTime> for StrEpochSec
impl From<OffsetDateTime> for StrEpochSec
source§fn from(dt: OffsetDateTime) -> Self
fn from(dt: OffsetDateTime) -> Self
Converts to this type from the input type.
source§impl From<StrEpochSec> for OffsetDateTime
impl From<StrEpochSec> for OffsetDateTime
source§fn from(value: StrEpochSec) -> Self
fn from(value: StrEpochSec) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for StrEpochSec
impl Send for StrEpochSec
impl Sync for StrEpochSec
impl Unpin for StrEpochSec
impl UnwindSafe for StrEpochSec
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