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