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