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