pub struct SupergraphFetcherSyncState;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SupergraphFetcherSyncState
impl RefUnwindSafe for SupergraphFetcherSyncState
impl Send for SupergraphFetcherSyncState
impl Sync for SupergraphFetcherSyncState
impl Unpin for SupergraphFetcherSyncState
impl UnwindSafe for SupergraphFetcherSyncState
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