pub struct RepositoryRuleConnection;
Trait Implementations§
Source§impl HasField<edges> for RepositoryRuleConnection
impl HasField<edges> for RepositoryRuleConnection
Source§impl HasField<nodes> for RepositoryRuleConnection
impl HasField<nodes> for RepositoryRuleConnection
Source§impl HasField<pageInfo> for RepositoryRuleConnection
impl HasField<pageInfo> for RepositoryRuleConnection
Auto Trait Implementations§
impl Freeze for RepositoryRuleConnection
impl RefUnwindSafe for RepositoryRuleConnection
impl Send for RepositoryRuleConnection
impl Sync for RepositoryRuleConnection
impl Unpin for RepositoryRuleConnection
impl UnwindSafe for RepositoryRuleConnection
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