pub struct BasicDetail { /* private fields */ }
Expand description
A BasicDetail represents a basic type.
Implementations§
Trait Implementations§
Source§impl Clone for BasicDetail
impl Clone for BasicDetail
Source§fn clone(&self) -> BasicDetail
fn clone(&self) -> BasicDetail
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 BasicDetail
impl Debug for BasicDetail
impl Copy for BasicDetail
Auto Trait Implementations§
impl Freeze for BasicDetail
impl RefUnwindSafe for BasicDetail
impl Send for BasicDetail
impl Sync for BasicDetail
impl Unpin for BasicDetail
impl UnwindSafe for BasicDetail
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