pub struct SearchCatalogObjectsBody { /* private fields */ }Trait Implementations§
Source§impl Clone for SearchCatalogObjectsBody
impl Clone for SearchCatalogObjectsBody
Source§fn clone(&self) -> SearchCatalogObjectsBody
fn clone(&self) -> SearchCatalogObjectsBody
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 SearchCatalogObjectsBody
impl Debug for SearchCatalogObjectsBody
Source§impl Default for SearchCatalogObjectsBody
impl Default for SearchCatalogObjectsBody
Source§fn default() -> SearchCatalogObjectsBody
fn default() -> SearchCatalogObjectsBody
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SearchCatalogObjectsBody
impl<'de> Deserialize<'de> for SearchCatalogObjectsBody
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 Serialize for SearchCatalogObjectsBody
impl Serialize for SearchCatalogObjectsBody
Source§impl Validate for SearchCatalogObjectsBody
impl Validate for SearchCatalogObjectsBody
Auto Trait Implementations§
impl Freeze for SearchCatalogObjectsBody
impl RefUnwindSafe for SearchCatalogObjectsBody
impl Send for SearchCatalogObjectsBody
impl Sync for SearchCatalogObjectsBody
impl Unpin for SearchCatalogObjectsBody
impl UnwindSafe for SearchCatalogObjectsBody
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