pub struct repositoryOwner;Trait Implementations§
Source§impl Field for repositoryOwner
impl Field for repositoryOwner
impl HasInputField<repositoryOwner, String> for PullRequestReferenceInput
Auto Trait Implementations§
impl Freeze for repositoryOwner
impl RefUnwindSafe for repositoryOwner
impl Send for repositoryOwner
impl Sync for repositoryOwner
impl Unpin for repositoryOwner
impl UnwindSafe for repositoryOwner
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