pub struct GenericListingSearchError {
pub operator_id: String,
pub operator_name: Option<String>,
pub registry_url: String,
pub error: String,
}Fields§
§operator_id: String§operator_name: Option<String>§registry_url: String§error: StringTrait Implementations§
Source§impl Clone for GenericListingSearchError
impl Clone for GenericListingSearchError
Source§fn clone(&self) -> GenericListingSearchError
fn clone(&self) -> GenericListingSearchError
Returns a duplicate 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 GenericListingSearchError
impl Debug for GenericListingSearchError
Source§impl<'de> Deserialize<'de> for GenericListingSearchError
impl<'de> Deserialize<'de> for GenericListingSearchError
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 Eq for GenericListingSearchError
impl StructuralPartialEq for GenericListingSearchError
Auto Trait Implementations§
impl Freeze for GenericListingSearchError
impl RefUnwindSafe for GenericListingSearchError
impl Send for GenericListingSearchError
impl Sync for GenericListingSearchError
impl Unpin for GenericListingSearchError
impl UnsafeUnpin for GenericListingSearchError
impl UnwindSafe for GenericListingSearchError
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