pub struct Formats {
pub contents: Vec<FormatsContent>,
}Fields§
§contents: Vec<FormatsContent>Trait Implementations§
impl Eq for Formats
impl StructuralPartialEq for Formats
Auto Trait Implementations§
impl Freeze for Formats
impl RefUnwindSafe for Formats
impl Send for Formats
impl Sync for Formats
impl Unpin for Formats
impl UnwindSafe for Formats
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