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