pub struct RepositoryInteractionAbility;
Trait Implementations§
Source§impl HasField<limit> for RepositoryInteractionAbility
impl HasField<limit> for RepositoryInteractionAbility
Source§type Type = RepositoryInteractionLimit
type Type = RepositoryInteractionLimit
The schema marker type of this field.
Source§impl HasField<origin> for RepositoryInteractionAbility
impl HasField<origin> for RepositoryInteractionAbility
Source§type Type = RepositoryInteractionLimitOrigin
type Type = RepositoryInteractionLimitOrigin
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RepositoryInteractionAbility
impl RefUnwindSafe for RepositoryInteractionAbility
impl Send for RepositoryInteractionAbility
impl Sync for RepositoryInteractionAbility
impl Unpin for RepositoryInteractionAbility
impl UnwindSafe for RepositoryInteractionAbility
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