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