pub struct PlainContent {
pub file_name: String,
pub content: Vec<u8>,
}Fields§
§file_name: String§content: Vec<u8>Trait Implementations§
Source§impl Debug for PlainContent
impl Debug for PlainContent
impl Eq for PlainContent
Source§impl PartialEq for PlainContent
impl PartialEq for PlainContent
impl StructuralPartialEq for PlainContent
Auto Trait Implementations§
impl Freeze for PlainContent
impl RefUnwindSafe for PlainContent
impl Send for PlainContent
impl Sync for PlainContent
impl Unpin for PlainContent
impl UnsafeUnpin for PlainContent
impl UnwindSafe for PlainContent
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