pub struct PropertyList { /* private fields */ }Expand description
Liste von Properties. Reihenfolge egal, Namen muessen eindeutig sein — bei Duplikat gewinnt letzter Eintrag (wie OMG-Spec).
Implementations§
Source§impl PropertyList
impl PropertyList
Trait Implementations§
Source§impl Clone for PropertyList
impl Clone for PropertyList
Source§fn clone(&self) -> PropertyList
fn clone(&self) -> PropertyList
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 PropertyList
impl Debug for PropertyList
Source§impl Default for PropertyList
impl Default for PropertyList
Source§fn default() -> PropertyList
fn default() -> PropertyList
Returns the “default value” for a type. Read more
Source§impl PartialEq for PropertyList
impl PartialEq for PropertyList
Source§fn eq(&self, other: &PropertyList) -> bool
fn eq(&self, other: &PropertyList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PropertyList
impl StructuralPartialEq for PropertyList
Auto Trait Implementations§
impl Freeze for PropertyList
impl RefUnwindSafe for PropertyList
impl Send for PropertyList
impl Sync for PropertyList
impl Unpin for PropertyList
impl UnsafeUnpin for PropertyList
impl UnwindSafe for PropertyList
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