pub struct IntentCodecLib { /* private fields */ }Expand description
Library that registers the Intent kind Shapes and codec:intent.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntentCodecLib
impl RefUnwindSafe for IntentCodecLib
impl Send for IntentCodecLib
impl Sync for IntentCodecLib
impl Unpin for IntentCodecLib
impl UnsafeUnpin for IntentCodecLib
impl UnwindSafe for IntentCodecLib
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