pub struct protected;
Trait Implementations§
impl HasInputField<protected, Option<bool>> for RepositoryNameConditionTargetInput
Auto Trait Implementations§
impl Freeze for protected
impl RefUnwindSafe for protected
impl Send for protected
impl Sync for protected
impl Unpin for protected
impl UnwindSafe for protected
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