Struct rust_chain::asset::ExtendedAsset
source · [−]pub struct ExtendedAsset { /* private fields */ }Expand description
Implementations
Trait Implementations
sourceimpl Clone for ExtendedAsset
impl Clone for ExtendedAsset
sourcefn clone(&self) -> ExtendedAsset
fn clone(&self) -> ExtendedAsset
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for ExtendedAsset
impl Default for ExtendedAsset
sourcefn default() -> ExtendedAsset
fn default() -> ExtendedAsset
Returns the “default value” for a type. Read more
sourceimpl Packer for ExtendedAsset
impl Packer for ExtendedAsset
sourceimpl PartialEq<ExtendedAsset> for ExtendedAsset
impl PartialEq<ExtendedAsset> for ExtendedAsset
sourcefn eq(&self, other: &ExtendedAsset) -> bool
fn eq(&self, other: &ExtendedAsset) -> bool
sourceimpl TypeInfo for ExtendedAsset
impl TypeInfo for ExtendedAsset
impl Copy for ExtendedAsset
impl Eq for ExtendedAsset
impl StructuralEq for ExtendedAsset
impl StructuralPartialEq for ExtendedAsset
Auto Trait Implementations
impl RefUnwindSafe for ExtendedAsset
impl Send for ExtendedAsset
impl Sync for ExtendedAsset
impl Unpin for ExtendedAsset
impl UnwindSafe for ExtendedAsset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
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.