pub struct Cluster<T> {
pub cc: RefCell<ClusterConfig>,
/* private fields */
}Fields§
§cc: RefCell<ClusterConfig>Implementations§
Auto Trait Implementations§
impl<T> !Freeze for Cluster<T>
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§
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