pub struct Cluster { /* private fields */ }
Implementations§
Source§impl Cluster
impl Cluster
pub fn new(options: ClusterOptions) -> Result<Self>
pub fn client_options(&self) -> &ClientOptions
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cluster
impl !RefUnwindSafe for Cluster
impl Send for Cluster
impl Sync for Cluster
impl Unpin for Cluster
impl !UnwindSafe for Cluster
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