Struct primitives::balances::UncheckedState
source · pub struct UncheckedState;
Trait Implementations
sourceimpl BalancesState for UncheckedState
impl BalancesState for UncheckedState
sourceimpl Clone for UncheckedState
impl Clone for UncheckedState
sourcefn clone(&self) -> UncheckedState
fn clone(&self) -> UncheckedState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UncheckedState
impl Debug for UncheckedState
sourceimpl Default for UncheckedState
impl Default for UncheckedState
sourcefn default() -> UncheckedState
fn default() -> UncheckedState
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for UncheckedState
impl<'de> Deserialize<'de> for UncheckedState
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<UncheckedState> for UncheckedState
impl PartialEq<UncheckedState> for UncheckedState
sourcefn eq(&self, other: &UncheckedState) -> bool
fn eq(&self, other: &UncheckedState) -> bool
sourceimpl Serialize for UncheckedState
impl Serialize for UncheckedState
impl Eq for UncheckedState
impl StructuralEq for UncheckedState
impl StructuralPartialEq for UncheckedState
Auto Trait Implementations
impl RefUnwindSafe for UncheckedState
impl Send for UncheckedState
impl Sync for UncheckedState
impl Unpin for UncheckedState
impl UnwindSafe for UncheckedState
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