Struct nektar::GetCatalogResponse
source · pub struct GetCatalogResponse {
pub catalog: Option<Catalog>,
}Fields§
§catalog: Option<Catalog>Implementations§
Trait Implementations§
source§impl Clone for GetCatalogResponse
impl Clone for GetCatalogResponse
source§fn clone(&self) -> GetCatalogResponse
fn clone(&self) -> GetCatalogResponse
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 GetCatalogResponse
impl Debug for GetCatalogResponse
source§impl Default for GetCatalogResponse
impl Default for GetCatalogResponse
source§fn default() -> GetCatalogResponse
fn default() -> GetCatalogResponse
Returns the “default value” for a type. Read more
source§impl Hash for GetCatalogResponse
impl Hash for GetCatalogResponse
source§impl Ord for GetCatalogResponse
impl Ord for GetCatalogResponse
source§fn cmp(&self, other: &GetCatalogResponse) -> Ordering
fn cmp(&self, other: &GetCatalogResponse) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for GetCatalogResponse
impl PartialEq for GetCatalogResponse
source§fn eq(&self, other: &GetCatalogResponse) -> bool
fn eq(&self, other: &GetCatalogResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetCatalogResponse
impl PartialOrd for GetCatalogResponse
source§fn partial_cmp(&self, other: &GetCatalogResponse) -> Option<Ordering>
fn partial_cmp(&self, other: &GetCatalogResponse) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for GetCatalogResponse
impl Serialize for GetCatalogResponse
source§impl TSerializable for GetCatalogResponse
impl TSerializable for GetCatalogResponse
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<GetCatalogResponse>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for GetCatalogResponse
impl StructuralEq for GetCatalogResponse
impl StructuralPartialEq for GetCatalogResponse
Auto Trait Implementations§
impl RefUnwindSafe for GetCatalogResponse
impl Send for GetCatalogResponse
impl Sync for GetCatalogResponse
impl Unpin for GetCatalogResponse
impl UnwindSafe for GetCatalogResponse
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