pub struct Emoji;Trait Implementations§
Source§impl HasField<__typename> for Emoji
impl HasField<__typename> for Emoji
Source§impl HasField<archivedAt> for Emoji
impl HasField<archivedAt> for Emoji
Source§impl HasField<organization> for Emoji
impl HasField<organization> for Emoji
Source§type Type = Organization
type Type = Organization
The schema marker type of this field.
impl HasSubtype<Emoji> for Node
Auto Trait Implementations§
impl Freeze for Emoji
impl RefUnwindSafe for Emoji
impl Send for Emoji
impl Sync for Emoji
impl Unpin for Emoji
impl UnwindSafe for Emoji
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