pub struct Cluster<T> {
pub cc: RefCell<ClusterConfig>,
/* private fields */
}Fields
cc: RefCell<ClusterConfig>Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Cluster<T>
impl<T> !Send for Cluster<T>
impl<T> !Sync for Cluster<T>
impl<T> Unpin for Cluster<T>where
T: Unpin,
impl<T> !UnwindSafe for Cluster<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more