pub struct CLUSTER_SERVERS { /* private fields */ }
Trait Implementations§
Source§impl Deref for CLUSTER_SERVERS
impl Deref for CLUSTER_SERVERS
impl LazyStatic for CLUSTER_SERVERS
Auto Trait Implementations§
impl Freeze for CLUSTER_SERVERS
impl RefUnwindSafe for CLUSTER_SERVERS
impl Send for CLUSTER_SERVERS
impl Sync for CLUSTER_SERVERS
impl Unpin for CLUSTER_SERVERS
impl UnwindSafe for CLUSTER_SERVERS
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