pub enum RgpStatus {
AddPeriod,
AutoRenewPeriod,
RenewPeriod,
TransferPeriod,
RedemptionPeriod,
PendingRestore,
PendingDelete,
}Variants§
Trait Implementations§
impl StructuralPartialEq for RgpStatus
Auto Trait Implementations§
impl Freeze for RgpStatus
impl RefUnwindSafe for RgpStatus
impl Send for RgpStatus
impl Sync for RgpStatus
impl Unpin for RgpStatus
impl UnwindSafe for RgpStatus
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