Struct wasmer_api::backend::gql::DateTime
source · pub struct DateTime(pub String);
Tuple Fields§
§0: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for DateTime
impl<'de> Deserialize<'de> for DateTime
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
impl CoercesTo<Option<DateTime>> for DateTime
impl CoercesTo<Option<Option<DateTime>>> for DateTime
impl CoercesTo<Option<Vec<DateTime, Global>>> for DateTime
impl CoercesTo<Option<Vec<Option<DateTime>, Global>>> for DateTime
impl CoercesTo<Vec<DateTime, Global>> for DateTime
impl CoercesTo<Vec<Vec<DateTime, Global>, Global>> for DateTime
Auto Trait Implementations§
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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