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