pub struct Authors(/* private fields */);
Expand description
Contact details of the people or organization responsible, encoded as a freeform string.
Implementations§
Trait Implementations§
Source§impl ComponentSection for Authors
impl ComponentSection for Authors
impl StructuralPartialEq for Authors
Auto Trait Implementations§
impl Freeze for Authors
impl RefUnwindSafe for Authors
impl Send for Authors
impl Sync for Authors
impl Unpin for Authors
impl UnwindSafe for Authors
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