pub enum RentDue {
Exempt,
Paying(u64),
}
Expand description
The return value of Rent::due
.
Variants§
Implementations§
Trait Implementations§
impl Copy for RentDue
impl Eq for RentDue
impl StructuralPartialEq for RentDue
Auto Trait Implementations§
impl Freeze for RentDue
impl RefUnwindSafe for RentDue
impl Send for RentDue
impl Sync for RentDue
impl Unpin for RentDue
impl UnwindSafe for RentDue
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