pub struct JsonRow { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for JsonRow
impl<'de> Deserialize<'de> for JsonRow
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 From<OmdbSuccessResponseJson> for JsonRow
impl From<OmdbSuccessResponseJson> for JsonRow
Source§fn from(json: OmdbSuccessResponseJson) -> Self
fn from(json: OmdbSuccessResponseJson) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for JsonRow
impl RefUnwindSafe for JsonRow
impl Send for JsonRow
impl Sync for JsonRow
impl Unpin for JsonRow
impl UnsafeUnpin for JsonRow
impl UnwindSafe for JsonRow
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