pub struct GroupOfProperties { /* private fields */ }Expand description
ISO 23387 GroupOfPropertiesType; the constructor enforces its non-empty property-reference sequence.
Implementations§
Trait Implementations§
Source§impl Clone for GroupOfProperties
impl Clone for GroupOfProperties
Source§fn clone(&self) -> GroupOfProperties
fn clone(&self) -> GroupOfProperties
Returns a copy 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 GroupOfProperties
impl Debug for GroupOfProperties
Source§impl PartialEq for GroupOfProperties
impl PartialEq for GroupOfProperties
impl Eq for GroupOfProperties
impl StructuralPartialEq for GroupOfProperties
Auto Trait Implementations§
impl Freeze for GroupOfProperties
impl RefUnwindSafe for GroupOfProperties
impl Send for GroupOfProperties
impl Sync for GroupOfProperties
impl Unpin for GroupOfProperties
impl UnwindSafe for GroupOfProperties
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