pub struct RawClientBuilder;Trait Implementations§
Source§impl BuildRawClient for RawClientBuilder
impl BuildRawClient for RawClientBuilder
Source§impl Clone for RawClientBuilder
impl Clone for RawClientBuilder
Source§fn clone(&self) -> RawClientBuilder
fn clone(&self) -> RawClientBuilder
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 moreimpl Copy for RawClientBuilder
Auto Trait Implementations§
impl Freeze for RawClientBuilder
impl RefUnwindSafe for RawClientBuilder
impl Send for RawClientBuilder
impl Sync for RawClientBuilder
impl Unpin for RawClientBuilder
impl UnwindSafe for RawClientBuilder
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