pub struct RepositoryRulesetEdge;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryRulesetEdge
impl HasField<__typename> for RepositoryRulesetEdge
Source§impl HasField<cursor> for RepositoryRulesetEdge
impl HasField<cursor> for RepositoryRulesetEdge
Source§impl HasField<node> for RepositoryRulesetEdge
impl HasField<node> for RepositoryRulesetEdge
Source§type Type = Option<RepositoryRuleset>
type Type = Option<RepositoryRuleset>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RepositoryRulesetEdge
impl RefUnwindSafe for RepositoryRulesetEdge
impl Send for RepositoryRulesetEdge
impl Sync for RepositoryRulesetEdge
impl Unpin for RepositoryRulesetEdge
impl UnwindSafe for RepositoryRulesetEdge
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