pub struct CodecBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for CodecBuilder
impl Default for CodecBuilder
Source§fn default() -> CodecBuilder
fn default() -> CodecBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CodecBuilder
impl RefUnwindSafe for CodecBuilder
impl Send for CodecBuilder
impl Sync for CodecBuilder
impl Unpin for CodecBuilder
impl UnwindSafe for CodecBuilder
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