pub struct RFC1751 { /* private fields */ }
Trait Implementations§
Source§impl Encoding for RFC1751
impl Encoding for RFC1751
type EncodeOutput = ()
type DecodeOutput = ()
fn encode<T>(value: T) -> Self::EncodeOutputwhere
T: Encodable<Self>,
fn decode<T>(value: T) -> Self::DecodeOutputwhere
T: Decodable<Self>,
Auto Trait Implementations§
impl Freeze for RFC1751
impl RefUnwindSafe for RFC1751
impl Send for RFC1751
impl Sync for RFC1751
impl Unpin for RFC1751
impl UnwindSafe for RFC1751
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