pub enum GetListResult {
Simple(GetListResultSimple),
Complex(GetListResultComplex),
}Variants§
Simple(GetListResultSimple)
Complex(GetListResultComplex)
Trait Implementations§
Source§impl Debug for GetListResult
impl Debug for GetListResult
Source§impl<'de> Deserialize<'de> for GetListResult
impl<'de> Deserialize<'de> for GetListResult
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
Auto Trait Implementations§
impl Freeze for GetListResult
impl RefUnwindSafe for GetListResult
impl Send for GetListResult
impl Sync for GetListResult
impl Unpin for GetListResult
impl UnsafeUnpin for GetListResult
impl UnwindSafe for GetListResult
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