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