pub struct viewerDidAuthor;
Trait Implementations§
Source§impl Field for viewerDidAuthor
impl Field for viewerDidAuthor
Source§impl HasField<viewerDidAuthor> for CommitComment
impl HasField<viewerDidAuthor> for CommitComment
Auto Trait Implementations§
impl Freeze for viewerDidAuthor
impl RefUnwindSafe for viewerDidAuthor
impl Send for viewerDidAuthor
impl Sync for viewerDidAuthor
impl Unpin for viewerDidAuthor
impl UnwindSafe for viewerDidAuthor
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