pub struct PoolResetRetryResponse {
pub canister_id: Principal,
}Expand description
Exact result of scheduling another reset attempt.
Fields§
§canister_id: PrincipalTrait Implementations§
Source§impl CandidType for PoolResetRetryResponse
impl CandidType for PoolResetRetryResponse
Source§impl Clone for PoolResetRetryResponse
impl Clone for PoolResetRetryResponse
Source§fn clone(&self) -> PoolResetRetryResponse
fn clone(&self) -> PoolResetRetryResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PoolResetRetryResponse
Source§impl Debug for PoolResetRetryResponse
impl Debug for PoolResetRetryResponse
Source§impl<'de> Deserialize<'de> for PoolResetRetryResponse
impl<'de> Deserialize<'de> for PoolResetRetryResponse
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
impl Eq for PoolResetRetryResponse
Source§impl PartialEq for PoolResetRetryResponse
impl PartialEq for PoolResetRetryResponse
impl StructuralPartialEq for PoolResetRetryResponse
Auto Trait Implementations§
impl Freeze for PoolResetRetryResponse
impl RefUnwindSafe for PoolResetRetryResponse
impl Send for PoolResetRetryResponse
impl Sync for PoolResetRetryResponse
impl Unpin for PoolResetRetryResponse
impl UnsafeUnpin for PoolResetRetryResponse
impl UnwindSafe for PoolResetRetryResponse
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