Struct cap_sdk_core::did::GetNextCanistersResponse
source · [−]pub struct GetNextCanistersResponse {
pub canisters: Vec<Principal, Global>,
pub witness: Option<Witness>,
}Fields
canisters: Vec<Principal, Global>witness: Option<Witness>Trait Implementations
sourceimpl CandidType for GetNextCanistersResponse
impl CandidType for GetNextCanistersResponse
sourceimpl<'de> Deserialize<'de> for GetNextCanistersResponse
impl<'de> Deserialize<'de> for GetNextCanistersResponse
sourcefn deserialize<__D>(
__deserializer: __D
) -> Result<GetNextCanistersResponse, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<GetNextCanistersResponse, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for GetNextCanistersResponse
impl Serialize for GetNextCanistersResponse
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetNextCanistersResponse
impl Send for GetNextCanistersResponse
impl Sync for GetNextCanistersResponse
impl Unpin for GetNextCanistersResponse
impl UnwindSafe for GetNextCanistersResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more