pub struct SendBuffer { /* private fields */ }Implementations§
Source§impl SendBuffer
impl SendBuffer
pub async fn set_later(&self, key: Key, value: Value) -> ConnectionResult<()>
pub async fn publish_later( &self, key: Key, value: Value, ) -> ConnectionResult<()>
Trait Implementations§
Source§impl Clone for SendBuffer
impl Clone for SendBuffer
Source§fn clone(&self) -> SendBuffer
fn clone(&self) -> SendBuffer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SendBuffer
impl RefUnwindSafe for SendBuffer
impl Send for SendBuffer
impl Sync for SendBuffer
impl Unpin for SendBuffer
impl UnwindSafe for SendBuffer
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