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