pub struct ObsGroupProperty { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ObsGroupProperty
impl Clone for ObsGroupProperty
Source§fn clone(&self) -> ObsGroupProperty
fn clone(&self) -> ObsGroupProperty
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 moreAuto Trait Implementations§
impl Freeze for ObsGroupProperty
impl RefUnwindSafe for ObsGroupProperty
impl Send for ObsGroupProperty
impl Sync for ObsGroupProperty
impl Unpin for ObsGroupProperty
impl UnwindSafe for ObsGroupProperty
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