Struct phoenix_core::fee::Remainder
source · pub struct Remainder { /* private fields */ }Expand description
The Remainder structure.
Implementations§
Trait Implementations§
source§impl Ownable for Remainder
impl Ownable for Remainder
source§fn stealth_address(&self) -> &StealthAddress
fn stealth_address(&self) -> &StealthAddress
Returns the associated
StealthAddresssource§impl PartialEq<Remainder> for Remainder
impl PartialEq<Remainder> for Remainder
impl Copy for Remainder
impl Eq for Remainder
Auto Trait Implementations§
impl RefUnwindSafe for Remainder
impl Send for Remainder
impl Sync for Remainder
impl Unpin for Remainder
impl UnwindSafe for Remainder
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