pub struct GetReleasableAmountParams {
pub current_time_unix: u64,
}Expand description
External parameters that are used to compute the releasable amount
Fields§
§current_time_unix: u64Current UNIX epoch
Auto Trait Implementations§
impl Freeze for GetReleasableAmountParams
impl RefUnwindSafe for GetReleasableAmountParams
impl Send for GetReleasableAmountParams
impl Sync for GetReleasableAmountParams
impl Unpin for GetReleasableAmountParams
impl UnwindSafe for GetReleasableAmountParams
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