pub struct PlainTextDataFormat;
Expand description
Simple unstructured text format. Any applications which just want to exchange plain text may used (e.g. a chat clients, or an application used to exchang text files between peers).
Trait Implementations§
Source§impl DataFormat for PlainTextDataFormat
impl DataFormat for PlainTextDataFormat
Auto Trait Implementations§
impl Freeze for PlainTextDataFormat
impl RefUnwindSafe for PlainTextDataFormat
impl Send for PlainTextDataFormat
impl Sync for PlainTextDataFormat
impl Unpin for PlainTextDataFormat
impl UnwindSafe for PlainTextDataFormat
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