pub struct CandidResponseConverter;Expand description
Defines Candid response types.
Auto Trait Implementations§
impl Freeze for CandidResponseConverter
impl RefUnwindSafe for CandidResponseConverter
impl Send for CandidResponseConverter
impl Sync for CandidResponseConverter
impl Unpin for CandidResponseConverter
impl UnwindSafe for CandidResponseConverter
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