pub struct CurrentsStatus(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for CurrentsStatus
impl Clone for CurrentsStatus
Source§fn clone(&self) -> CurrentsStatus
fn clone(&self) -> CurrentsStatus
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 CurrentsStatus
impl Debug for CurrentsStatus
Source§impl Default for CurrentsStatus
impl Default for CurrentsStatus
Source§impl From<CurrentsStatus> for u64
impl From<CurrentsStatus> for u64
Source§fn from(v: CurrentsStatus) -> Self
fn from(v: CurrentsStatus) -> Self
Converts to this type from the input type.
Source§impl From<u64> for CurrentsStatus
impl From<u64> for CurrentsStatus
Source§impl ToCanFrame for CurrentsStatus
impl ToCanFrame for CurrentsStatus
impl Copy for CurrentsStatus
Auto Trait Implementations§
impl Freeze for CurrentsStatus
impl RefUnwindSafe for CurrentsStatus
impl Send for CurrentsStatus
impl Sync for CurrentsStatus
impl Unpin for CurrentsStatus
impl UnwindSafe for CurrentsStatus
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