pub enum RootProof {
IcCanisterSignatureV1(IcCanisterSignatureProofV1),
}Variants§
IcCanisterSignatureV1(IcCanisterSignatureProofV1)
Trait Implementations§
Source§impl CandidType for RootProof
impl CandidType for RootProof
Source§impl<'de> Deserialize<'de> for RootProof
impl<'de> Deserialize<'de> for RootProof
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 RootProof
impl StructuralPartialEq for RootProof
Auto Trait Implementations§
impl Freeze for RootProof
impl RefUnwindSafe for RootProof
impl Send for RootProof
impl Sync for RootProof
impl Unpin for RootProof
impl UnsafeUnpin for RootProof
impl UnwindSafe for RootProof
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