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