Struct prost_codec::Codec
source · pub struct Codec<In, Out = In> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<In, Out> RefUnwindSafe for Codec<In, Out>where In: RefUnwindSafe, Out: RefUnwindSafe,
impl<In, Out> Send for Codec<In, Out>where In: Send, Out: Send,
impl<In, Out> Sync for Codec<In, Out>where In: Sync, Out: Sync,
impl<In, Out> Unpin for Codec<In, Out>where In: Unpin, Out: Unpin,
impl<In, Out> UnwindSafe for Codec<In, Out>where In: UnwindSafe, Out: UnwindSafe,
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