pub struct repositoryOwner;
Trait Implementations§
Source§impl Field for repositoryOwner
impl Field for repositoryOwner
Source§impl HasArgument<login> for repositoryOwner
impl HasArgument<login> for repositoryOwner
Source§impl HasField<repositoryOwner> for Query
impl HasField<repositoryOwner> for Query
Source§type Type = Option<RepositoryOwner>
type Type = Option<RepositoryOwner>
The schema marker type of this field.
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