pub struct repositoryRulesetId;Trait Implementations§
Source§impl Field for repositoryRulesetId
impl Field for repositoryRulesetId
impl HasInputField<repositoryRulesetId, Id> for DeleteRepositoryRulesetInput
Auto Trait Implementations§
impl Freeze for repositoryRulesetId
impl RefUnwindSafe for repositoryRulesetId
impl Send for repositoryRulesetId
impl Sync for repositoryRulesetId
impl Unpin for repositoryRulesetId
impl UnwindSafe for repositoryRulesetId
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