pub struct Closable;Trait Implementations§
Source§impl HasField<__typename> for Closable
impl HasField<__typename> for Closable
Source§impl HasField<viewerCanClose> for Closable
impl HasField<viewerCanClose> for Closable
Source§impl HasField<viewerCanReopen> for Closable
impl HasField<viewerCanReopen> for Closable
impl HasSubtype<Closable> for Closable
impl HasSubtype<Discussion> for Closable
impl HasSubtype<Issue> for Closable
impl HasSubtype<Milestone> for Closable
impl HasSubtype<Project> for Closable
impl HasSubtype<ProjectV2> for Closable
impl HasSubtype<PullRequest> for Closable
Auto Trait Implementations§
impl Freeze for Closable
impl RefUnwindSafe for Closable
impl Send for Closable
impl Sync for Closable
impl Unpin for Closable
impl UnwindSafe for Closable
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