pub struct PropertyList { /* private fields */ }Implementations§
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 moreAuto 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