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