pub enum Text {}
Expand description
The text encoding mode.
The key of fields and variants are encoded by their name, as if
#[musli(name_type = str)]
was specified.
See modes for more.
Trait Implementations§
Source§impl<'de> Decode<'de, Text> for SocketAddrV4
impl<'de> Decode<'de, Text> for SocketAddrV4
Source§impl<'de> Decode<'de, Text> for SocketAddrV6
impl<'de> Decode<'de, Text> for SocketAddrV6
Source§impl Encode<Text> for SocketAddrV4
impl Encode<Text> for SocketAddrV4
Auto Trait Implementations§
impl Freeze for Text
impl RefUnwindSafe for Text
impl Send for Text
impl Sync for Text
impl Unpin for Text
impl UnwindSafe for Text
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