pub enum GetLinkedCollectionsError {
DefaultResponse(ErrorSchema),
UnknownValue(Value),
}
Expand description
struct for typed errors of method [get_linked_collections
]
Variants§
DefaultResponse(ErrorSchema)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetLinkedCollectionsError
impl Clone for GetLinkedCollectionsError
Source§fn clone(&self) -> GetLinkedCollectionsError
fn clone(&self) -> GetLinkedCollectionsError
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 GetLinkedCollectionsError
impl Debug for GetLinkedCollectionsError
Source§impl<'de> Deserialize<'de> for GetLinkedCollectionsError
impl<'de> Deserialize<'de> for GetLinkedCollectionsError
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 GetLinkedCollectionsError
impl RefUnwindSafe for GetLinkedCollectionsError
impl Send for GetLinkedCollectionsError
impl Sync for GetLinkedCollectionsError
impl Unpin for GetLinkedCollectionsError
impl UnwindSafe for GetLinkedCollectionsError
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