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