pub struct RecipeCodec { /* private fields */ }Expand description
One caller-named codec declaration owned semantically by the compiler codec home.
Implementations§
Source§impl RecipeCodec
impl RecipeCodec
Trait Implementations§
Source§impl Clone for RecipeCodec
impl Clone for RecipeCodec
Source§fn clone(&self) -> RecipeCodec
fn clone(&self) -> RecipeCodec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecipeCodec
impl Debug for RecipeCodec
impl Eq for RecipeCodec
Source§impl PartialEq for RecipeCodec
impl PartialEq for RecipeCodec
impl StructuralPartialEq for RecipeCodec
Auto Trait Implementations§
impl Freeze for RecipeCodec
impl RefUnwindSafe for RecipeCodec
impl Send for RecipeCodec
impl Sync for RecipeCodec
impl Unpin for RecipeCodec
impl UnsafeUnpin for RecipeCodec
impl UnwindSafe for RecipeCodec
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