pub struct QueuedClient { /* private fields */ }
Implementations§
Source§impl QueuedClient
impl QueuedClient
pub fn with_request_client(request_client: Client, cfg: QueuedClientCfg) -> Self
pub fn new(cfg: QueuedClientCfg) -> Self
pub fn queue(&self, queue_name: &str) -> QueuedQueueClient
Trait Implementations§
Source§impl Clone for QueuedClient
impl Clone for QueuedClient
Source§fn clone(&self) -> QueuedClient
fn clone(&self) -> QueuedClient
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 QueuedClient
impl !RefUnwindSafe for QueuedClient
impl Send for QueuedClient
impl Sync for QueuedClient
impl Unpin for QueuedClient
impl !UnwindSafe for QueuedClient
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