pub struct CatalogV1ID {
pub catalog_v1_id: Option<String>,
pub location_id: Option<String>,
}Fields§
§catalog_v1_id: Option<String>§location_id: Option<String>Trait Implementations§
Source§impl Clone for CatalogV1ID
impl Clone for CatalogV1ID
Source§fn clone(&self) -> CatalogV1ID
fn clone(&self) -> CatalogV1ID
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 CatalogV1ID
impl Debug for CatalogV1ID
Source§impl<'de> Deserialize<'de> for CatalogV1ID
impl<'de> Deserialize<'de> for CatalogV1ID
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 CatalogV1ID
impl RefUnwindSafe for CatalogV1ID
impl Send for CatalogV1ID
impl Sync for CatalogV1ID
impl Unpin for CatalogV1ID
impl UnwindSafe for CatalogV1ID
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