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