pub struct CustomSettings { /* private fields */ }Expand description
User defined settings in byte form, ready to be passed to an encoder/decoder
Implementations§
Trait Implementations§
Source§impl BaseSettings for CustomSettings
impl BaseSettings for CustomSettings
Auto Trait Implementations§
impl Freeze for CustomSettings
impl RefUnwindSafe for CustomSettings
impl Send for CustomSettings
impl Sync for CustomSettings
impl Unpin for CustomSettings
impl UnwindSafe for CustomSettings
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