pub struct StatusSign { /* private fields */ }Expand description
the full info of status sign
Implementations§
Source§impl StatusSign
impl StatusSign
Trait Implementations§
Source§impl Clone for StatusSign
impl Clone for StatusSign
Source§fn clone(&self) -> StatusSign
fn clone(&self) -> StatusSign
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for StatusSign
impl RefUnwindSafe for StatusSign
impl Send for StatusSign
impl Sync for StatusSign
impl Unpin for StatusSign
impl UnwindSafe for StatusSign
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