pub struct OwnerBalance { /* private fields */ }Implementations§
Source§impl OwnerBalance
impl OwnerBalance
Trait Implementations§
Source§impl Clone for OwnerBalance
impl Clone for OwnerBalance
Source§fn clone(&self) -> OwnerBalance
fn clone(&self) -> OwnerBalance
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 OwnerBalance
impl Debug for OwnerBalance
Source§impl Default for OwnerBalance
impl Default for OwnerBalance
Source§impl From<OwnerBalance> for OwnerBalance
impl From<OwnerBalance> for OwnerBalance
Source§fn from(value: OwnerBalance) -> Self
fn from(value: OwnerBalance) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OwnerBalance> for OwnerBalance
impl TryFrom<OwnerBalance> for OwnerBalance
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OwnerBalance) -> Result<Self, ConversionError>
fn try_from(value: OwnerBalance) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OwnerBalance
impl RefUnwindSafe for OwnerBalance
impl Send for OwnerBalance
impl Sync for OwnerBalance
impl Unpin for OwnerBalance
impl UnsafeUnpin for OwnerBalance
impl UnwindSafe for OwnerBalance
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