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