pub struct UnknownResponseItem {
pub type_: Option<ResponseItemType>,
pub extra: Extra,
}Fields§
§type_: Option<ResponseItemType>§extra: ExtraTrait Implementations§
Source§impl Clone for UnknownResponseItem
impl Clone for UnknownResponseItem
Source§fn clone(&self) -> UnknownResponseItem
fn clone(&self) -> UnknownResponseItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnknownResponseItem
impl Debug for UnknownResponseItem
Source§impl<'de> Deserialize<'de> for UnknownResponseItem
impl<'de> Deserialize<'de> for UnknownResponseItem
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 UnknownResponseItem
impl PartialEq for UnknownResponseItem
Source§impl Serialize for UnknownResponseItem
impl Serialize for UnknownResponseItem
impl StructuralPartialEq for UnknownResponseItem
Auto Trait Implementations§
impl Freeze for UnknownResponseItem
impl RefUnwindSafe for UnknownResponseItem
impl Send for UnknownResponseItem
impl Sync for UnknownResponseItem
impl Unpin for UnknownResponseItem
impl UnsafeUnpin for UnknownResponseItem
impl UnwindSafe for UnknownResponseItem
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