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