pub struct repository;
Trait Implementations§
Source§impl Field for repository
impl Field for repository
Source§impl HasField<repository> for PullRequestCommitCommentThread
impl HasField<repository> for PullRequestCommitCommentThread
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for repository
impl RefUnwindSafe for repository
impl Send for repository
impl Sync for repository
impl Unpin for repository
impl UnwindSafe for repository
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