pub struct FavoriteConnection;Trait Implementations§
Source§impl HasField<__typename> for FavoriteConnection
impl HasField<__typename> for FavoriteConnection
Source§impl HasField<edges> for FavoriteConnection
impl HasField<edges> for FavoriteConnection
Source§type Type = Vec<FavoriteEdge>
type Type = Vec<FavoriteEdge>
The schema marker type of this field.
Source§impl HasField<nodes> for FavoriteConnection
impl HasField<nodes> for FavoriteConnection
Source§impl HasField<pageInfo> for FavoriteConnection
impl HasField<pageInfo> for FavoriteConnection
Auto Trait Implementations§
impl Freeze for FavoriteConnection
impl RefUnwindSafe for FavoriteConnection
impl Send for FavoriteConnection
impl Sync for FavoriteConnection
impl Unpin for FavoriteConnection
impl UnwindSafe for FavoriteConnection
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