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