pub struct CodecConfig { /* private fields */ }Expand description
Codec Config
Implementations§
Source§impl CodecConfig
impl CodecConfig
Sourcepub fn builder() -> CodecConfigBuilder
pub fn builder() -> CodecConfigBuilder
Create an instance of CodecConfig using the builder syntax
Trait Implementations§
Source§impl Debug for CodecConfig
impl Debug for CodecConfig
Source§impl Default for CodecConfig
impl Default for CodecConfig
Source§fn default() -> CodecConfig
fn default() -> CodecConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CodecConfig
impl RefUnwindSafe for CodecConfig
impl Send for CodecConfig
impl Sync for CodecConfig
impl Unpin for CodecConfig
impl UnsafeUnpin for CodecConfig
impl UnwindSafe for CodecConfig
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