pub struct contributors;
Trait Implementations§
Source§impl Field for contributors
impl Field for contributors
Source§impl HasArgument<limit> for contributors
impl HasArgument<limit> for contributors
Source§impl HasArgument<version> for contributors
impl HasArgument<version> for contributors
Source§impl HasField<contributors> for MultiDocument
impl HasField<contributors> for MultiDocument
Source§type Type = Option<TagContributorsList>
type Type = Option<TagContributorsList>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for contributors
impl RefUnwindSafe for contributors
impl Send for contributors
impl Sync for contributors
impl Unpin for contributors
impl UnwindSafe for contributors
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