pub struct SetStateRequest<T, D> { /* private fields */ }Expand description
The SetStateRequestBuilder is used to build user_id associated state
update request that is sent to the PubNub network.
This struct is used by the [set_state] method of the [PubNubClient].
The [set_state] method is used to update state associated with user_id
on the provided channels and groups.
Auto Trait Implementations§
impl<T, D> Freeze for SetStateRequest<T, D>
impl<T, D> !RefUnwindSafe for SetStateRequest<T, D>
impl<T, D> !Send for SetStateRequest<T, D>
impl<T, D> !Sync for SetStateRequest<T, D>
impl<T, D> Unpin for SetStateRequest<T, D>
impl<T, D> !UnwindSafe for SetStateRequest<T, D>
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