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