pub struct CmServer {
pub endpoint: String,
pub legacy_endpoint: Option<String>,
pub data_center: Option<String>,
pub realm: Option<String>,
pub load: Option<u32>,
pub weighted_load: Option<f64>,
}Fields§
§endpoint: String§legacy_endpoint: Option<String>§data_center: Option<String>§realm: Option<String>§load: Option<u32>§weighted_load: Option<f64>Implementations§
Trait Implementations§
impl StructuralPartialEq for CmServer
Auto Trait Implementations§
impl Freeze for CmServer
impl RefUnwindSafe for CmServer
impl Send for CmServer
impl Sync for CmServer
impl Unpin for CmServer
impl UnsafeUnpin for CmServer
impl UnwindSafe for CmServer
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