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