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