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