pub struct CommitAuthor;Trait Implementations§
impl HasInputField<emails, Option<Vec<String>>> for CommitAuthor
impl HasInputField<id, Option<Id>> for CommitAuthor
impl InputObjectMarker for CommitAuthor
Auto Trait Implementations§
impl Freeze for CommitAuthor
impl RefUnwindSafe for CommitAuthor
impl Send for CommitAuthor
impl Sync for CommitAuthor
impl Unpin for CommitAuthor
impl UnwindSafe for CommitAuthor
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