pub struct Authors(/* private fields */);Implementations§
Trait Implementations§
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