[−][src]Struct pubnub_core::data::presence::GlobalInfo
Represents the global info returned from global here now call.
Fields
total_channels: u64The total number of channels.
total_occupancy: u64The total occupancy across all the channels.
channels: HashMap<Name, T::Response>Per-channel info.
Trait Implementations
impl<T: Clone + RespondWith> Clone for GlobalInfo<T> where
T::Response: Clone, [src]
T::Response: Clone,
fn clone(&self) -> GlobalInfo<T>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: Debug + RespondWith> Debug for GlobalInfo<T> where
T::Response: Debug, [src]
T::Response: Debug,
impl<T: Eq + RespondWith> Eq for GlobalInfo<T> where
T::Response: Eq, [src]
T::Response: Eq,
impl<T: PartialEq + RespondWith> PartialEq<GlobalInfo<T>> for GlobalInfo<T> where
T::Response: PartialEq, [src]
T::Response: PartialEq,
fn eq(&self, other: &GlobalInfo<T>) -> bool[src]
fn ne(&self, other: &GlobalInfo<T>) -> bool[src]
impl<T: RespondWith> StructuralEq for GlobalInfo<T>[src]
impl<T: RespondWith> StructuralPartialEq for GlobalInfo<T>[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for GlobalInfo<T> where
<T as RespondWith>::Response: RefUnwindSafe,
<T as RespondWith>::Response: RefUnwindSafe,
impl<T> Send for GlobalInfo<T> where
<T as RespondWith>::Response: Send,
<T as RespondWith>::Response: Send,
impl<T> Sync for GlobalInfo<T> where
<T as RespondWith>::Response: Sync,
<T as RespondWith>::Response: Sync,
impl<T> Unpin for GlobalInfo<T> where
<T as RespondWith>::Response: Unpin,
<T as RespondWith>::Response: Unpin,
impl<T> UnwindSafe for GlobalInfo<T> where
<T as RespondWith>::Response: UnwindSafe,
<T as RespondWith>::Response: 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>,