pub struct Art {
pub header: Header,
pub body: Body,
}Fields§
§header: Header§body: BodyTrait Implementations§
impl Eq for Art
impl StructuralPartialEq for Art
Auto Trait Implementations§
impl Freeze for Art
impl RefUnwindSafe for Art
impl Send for Art
impl Sync for Art
impl Unpin for Art
impl UnwindSafe for Art
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