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