pub struct LayerCollectionListing {
pub description: String,
pub id: Box<ProviderLayerCollectionId>,
pub name: String,
pub properties: Option<Vec<Vec<String>>>,
pub type: Type,
}Fields§
§description: String§id: Box<ProviderLayerCollectionId>§name: String§properties: Option<Vec<Vec<String>>>§type: TypeImplementations§
Source§impl LayerCollectionListing
impl LayerCollectionListing
pub fn new( description: String, id: ProviderLayerCollectionId, name: String, type: Type, ) -> LayerCollectionListing
Trait Implementations§
Source§impl Clone for LayerCollectionListing
impl Clone for LayerCollectionListing
Source§fn clone(&self) -> LayerCollectionListing
fn clone(&self) -> LayerCollectionListing
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 LayerCollectionListing
impl Debug for LayerCollectionListing
Source§impl Default for LayerCollectionListing
impl Default for LayerCollectionListing
Source§fn default() -> LayerCollectionListing
fn default() -> LayerCollectionListing
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LayerCollectionListing
impl<'de> Deserialize<'de> for LayerCollectionListing
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 LayerCollectionListing
impl PartialEq for LayerCollectionListing
Source§impl Serialize for LayerCollectionListing
impl Serialize for LayerCollectionListing
impl StructuralPartialEq for LayerCollectionListing
Auto Trait Implementations§
impl Freeze for LayerCollectionListing
impl RefUnwindSafe for LayerCollectionListing
impl Send for LayerCollectionListing
impl Sync for LayerCollectionListing
impl Unpin for LayerCollectionListing
impl UnsafeUnpin for LayerCollectionListing
impl UnwindSafe for LayerCollectionListing
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