pub struct DatasetLayerListingCollection {
pub description: String,
pub name: String,
pub tags: Vec<String>,
}Fields§
§description: String§name: StringImplementations§
Trait Implementations§
Source§impl Clone for DatasetLayerListingCollection
impl Clone for DatasetLayerListingCollection
Source§fn clone(&self) -> DatasetLayerListingCollection
fn clone(&self) -> DatasetLayerListingCollection
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 Default for DatasetLayerListingCollection
impl Default for DatasetLayerListingCollection
Source§fn default() -> DatasetLayerListingCollection
fn default() -> DatasetLayerListingCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatasetLayerListingCollection
impl<'de> Deserialize<'de> for DatasetLayerListingCollection
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 PartialEq for DatasetLayerListingCollection
impl PartialEq for DatasetLayerListingCollection
Source§fn eq(&self, other: &DatasetLayerListingCollection) -> bool
fn eq(&self, other: &DatasetLayerListingCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DatasetLayerListingCollection
Auto Trait Implementations§
impl Freeze for DatasetLayerListingCollection
impl RefUnwindSafe for DatasetLayerListingCollection
impl Send for DatasetLayerListingCollection
impl Sync for DatasetLayerListingCollection
impl Unpin for DatasetLayerListingCollection
impl UnsafeUnpin for DatasetLayerListingCollection
impl UnwindSafe for DatasetLayerListingCollection
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