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