pub struct PropertyMap(/* private fields */);Trait Implementations§
Source§impl Clone for PropertyMap
impl Clone for PropertyMap
Source§fn clone(&self) -> PropertyMap
fn clone(&self) -> PropertyMap
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 moreimpl Copy for PropertyMap
Source§impl Debug for PropertyMap
impl Debug for PropertyMap
Source§impl Default for PropertyMap
impl Default for PropertyMap
Source§fn default() -> PropertyMap
fn default() -> PropertyMap
Returns the “default value” for a type. Read more
impl Eq for PropertyMap
Source§impl Hash for PropertyMap
impl Hash for PropertyMap
Source§impl Ord for PropertyMap
impl Ord for PropertyMap
Source§fn cmp(&self, other: &PropertyMap) -> Ordering
fn cmp(&self, other: &PropertyMap) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PropertyMap
impl PartialEq for PropertyMap
Source§impl PartialOrd for PropertyMap
impl PartialOrd for PropertyMap
impl StructuralPartialEq for PropertyMap
Auto Trait Implementations§
impl Freeze for PropertyMap
impl RefUnwindSafe for PropertyMap
impl Send for PropertyMap
impl Sync for PropertyMap
impl Unpin for PropertyMap
impl UnsafeUnpin for PropertyMap
impl UnwindSafe for PropertyMap
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