pub struct LabelConnection;
Trait Implementations§
Source§impl HasField<__typename> for LabelConnection
impl HasField<__typename> for LabelConnection
Source§impl HasField<edges> for LabelConnection
impl HasField<edges> for LabelConnection
Source§impl HasField<nodes> for LabelConnection
impl HasField<nodes> for LabelConnection
Source§impl HasField<pageInfo> for LabelConnection
impl HasField<pageInfo> for LabelConnection
Source§impl HasField<totalCount> for LabelConnection
impl HasField<totalCount> for LabelConnection
Auto Trait Implementations§
impl Freeze for LabelConnection
impl RefUnwindSafe for LabelConnection
impl Send for LabelConnection
impl Sync for LabelConnection
impl Unpin for LabelConnection
impl UnwindSafe for LabelConnection
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