pub struct NotifyTopUpArg {
pub block_index: BlockIndex,
pub canister_id: Principal,
}Fields§
§block_index: BlockIndex§canister_id: PrincipalTrait Implementations§
Source§impl CandidType for NotifyTopUpArg
impl CandidType for NotifyTopUpArg
Source§impl<'de> Deserialize<'de> for NotifyTopUpArg
impl<'de> Deserialize<'de> for NotifyTopUpArg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NotifyTopUpArg
impl RefUnwindSafe for NotifyTopUpArg
impl Send for NotifyTopUpArg
impl Sync for NotifyTopUpArg
impl Unpin for NotifyTopUpArg
impl UnwindSafe for NotifyTopUpArg
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