pub struct IDataGroup { /* private fields */ }Trait Implementations§
Source§impl Clone for IDataGroup
impl Clone for IDataGroup
Source§fn clone(&self) -> IDataGroup
fn clone(&self) -> IDataGroup
Returns a duplicate 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 IDataGroup
impl Debug for IDataGroup
impl Copy for IDataGroup
Auto Trait Implementations§
impl Freeze for IDataGroup
impl RefUnwindSafe for IDataGroup
impl Send for IDataGroup
impl Sync for IDataGroup
impl Unpin for IDataGroup
impl UnsafeUnpin for IDataGroup
impl UnwindSafe for IDataGroup
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