Struct rust_chain::Asset
source · [−]pub struct Asset { /* private fields */ }
Expand description
Implementations
Trait Implementations
sourceimpl AddAssign<Asset> for Asset
impl AddAssign<Asset> for Asset
sourcefn add_assign(&mut self, rhs: Asset)
fn add_assign(&mut self, rhs: Asset)
Performs the +=
operation. Read more
sourceimpl SubAssign<Asset> for Asset
impl SubAssign<Asset> for Asset
sourcefn sub_assign(&mut self, rhs: Asset)
fn sub_assign(&mut self, rhs: Asset)
Performs the -=
operation. Read more
impl Copy for Asset
impl Eq for Asset
impl StructuralEq for Asset
impl StructuralPartialEq for Asset
Auto Trait Implementations
impl RefUnwindSafe for Asset
impl Send for Asset
impl Sync for Asset
impl Unpin for Asset
impl UnwindSafe for Asset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.