pub struct mergeable;
Trait Implementations§
Source§impl HasField<mergeable> for PullRequest
impl HasField<mergeable> for PullRequest
Source§type Type = MergeableState
type Type = MergeableState
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for mergeable
impl RefUnwindSafe for mergeable
impl Send for mergeable
impl Sync for mergeable
impl Unpin for mergeable
impl UnwindSafe for mergeable
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