pub struct VestInit {
pub total: Uint128,
pub schedule: Schedule,
pub start_time: Timestamp,
pub duration_seconds: u64,
pub denom: CheckedDenom,
pub recipient: Addr,
pub title: String,
pub description: Option<String>,
}Fields§
§total: Uint128§schedule: Schedule§start_time: Timestamp§duration_seconds: u64§denom: CheckedDenom§recipient: Addr§title: String§description: Option<String>Auto Trait Implementations§
impl Freeze for VestInit
impl RefUnwindSafe for VestInit
impl Send for VestInit
impl Sync for VestInit
impl Unpin for VestInit
impl UnwindSafe for VestInit
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