[−][src]Struct pubnub_core::data::request::HereNow
Retrieve UUID and State Information for subscribed devices on a specific channel.
Fields
channels: Vec<Name>The channel names to get the state for.
channel_groups: Vec<Name>The channel group names to get state for.
respond_with: PhantomData<TRespondWith>Type that specializes the response type.
Trait Implementations
impl<TRespondWith: Clone> Clone for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
impl<TRespondWith: Debug> Debug for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
impl<TRespondWith: Eq> Eq for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
impl<TRespondWith: PartialEq> PartialEq<HereNow<TRespondWith>> for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
fn eq(&self, other: &HereNow<TRespondWith>) -> bool[src]
fn ne(&self, other: &HereNow<TRespondWith>) -> bool[src]
impl Service<HereNow<Full>> for MockTransport[src]
type Response = HereNow<Full>
Response given by the service.
type Error = MockTransportError
Error produced by the service.
fn call<'life0, 'async_trait>(
&'life0 self,
req: HereNow<Full>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
req: HereNow<Full>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl Service<HereNow<OccupancyAndUUIDs>> for MockTransport[src]
type Response = HereNow<OccupancyAndUUIDs>
Response given by the service.
type Error = MockTransportError
Error produced by the service.
fn call<'life0, 'async_trait>(
&'life0 self,
req: HereNow<OccupancyAndUUIDs>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
req: HereNow<OccupancyAndUUIDs>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl Service<HereNow<OccupancyOnly>> for MockTransport[src]
type Response = HereNow<OccupancyOnly>
Response given by the service.
type Error = MockTransportError
Error produced by the service.
fn call<'life0, 'async_trait>(
&'life0 self,
req: HereNow<OccupancyOnly>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait, [src]
&'life0 self,
req: HereNow<OccupancyOnly>
) -> Pin<Box<dyn Future<Output = Result<Self::Response, Self::Error>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl<TRespondWith> StructuralEq for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
impl<TRespondWith> StructuralPartialEq for HereNow<TRespondWith> where
TRespondWith: RespondWith, [src]
TRespondWith: RespondWith,
Auto Trait Implementations
impl<TRespondWith> RefUnwindSafe for HereNow<TRespondWith> where
TRespondWith: RefUnwindSafe,
TRespondWith: RefUnwindSafe,
impl<TRespondWith> Send for HereNow<TRespondWith> where
TRespondWith: Send,
TRespondWith: Send,
impl<TRespondWith> Sync for HereNow<TRespondWith> where
TRespondWith: Sync,
TRespondWith: Sync,
impl<TRespondWith> Unpin for HereNow<TRespondWith> where
TRespondWith: Unpin,
TRespondWith: Unpin,
impl<TRespondWith> UnwindSafe for HereNow<TRespondWith> where
TRespondWith: UnwindSafe,
TRespondWith: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any + ?Sized,
T: Any + ?Sized,
fn type_id_compat(&self) -> TypeId
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,