pub struct IntentCodec;Expand description
The Intent domain codec object.
Trait Implementations§
Source§impl Decoder for IntentCodec
impl Decoder for IntentCodec
Auto Trait Implementations§
impl Freeze for IntentCodec
impl RefUnwindSafe for IntentCodec
impl Send for IntentCodec
impl Sync for IntentCodec
impl Unpin for IntentCodec
impl UnsafeUnpin for IntentCodec
impl UnwindSafe for IntentCodec
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