pub struct RepositoryRule;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryRule
impl HasField<__typename> for RepositoryRule
Source§impl HasField<id> for RepositoryRule
impl HasField<id> for RepositoryRule
Source§impl HasField<parameters> for RepositoryRule
impl HasField<parameters> for RepositoryRule
Source§type Type = Option<RuleParameters>
type Type = Option<RuleParameters>
The schema marker type of this field.
Source§impl HasField<type> for RepositoryRule
impl HasField<type> for RepositoryRule
Source§type Type = RepositoryRuleType
type Type = RepositoryRuleType
The schema marker type of this field.
Source§impl NamedType for RepositoryRule
impl NamedType for RepositoryRule
impl HasSubtype<RepositoryRule> for Node
Auto Trait Implementations§
impl Freeze for RepositoryRule
impl RefUnwindSafe for RepositoryRule
impl Send for RepositoryRule
impl Sync for RepositoryRule
impl Unpin for RepositoryRule
impl UnwindSafe for RepositoryRule
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