pub struct maintainerCanModify;
Trait Implementations§
Source§impl Field for maintainerCanModify
impl Field for maintainerCanModify
Source§impl HasField<maintainerCanModify> for PullRequest
impl HasField<maintainerCanModify> for PullRequest
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