pub struct DeleteRepositoryRulesetPayload;Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteRepositoryRulesetPayload
impl RefUnwindSafe for DeleteRepositoryRulesetPayload
impl Send for DeleteRepositoryRulesetPayload
impl Sync for DeleteRepositoryRulesetPayload
impl Unpin for DeleteRepositoryRulesetPayload
impl UnwindSafe for DeleteRepositoryRulesetPayload
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