pub struct AuthorRef<'a> { /* private fields */ }
Expand description
An Author
implemented with a borrowed reference to a JSON object.
Implementations§
Trait Implementations§
impl<'a> Eq for AuthorRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthorRef<'a>
impl<'a> RefUnwindSafe for AuthorRef<'a>
impl<'a> Send for AuthorRef<'a>
impl<'a> Sync for AuthorRef<'a>
impl<'a> Unpin for AuthorRef<'a>
impl<'a> UnwindSafe for AuthorRef<'a>
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