Struct ServerSelection
#[repr(transparent)]pub struct ServerSelection(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for ServerSelection
impl Clone for ServerSelection
§fn clone(&self) -> ServerSelection
fn clone(&self) -> ServerSelection
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ServerSelection
impl Debug for ServerSelection
§impl Default for ServerSelection
impl Default for ServerSelection
§fn default() -> ServerSelection
fn default() -> ServerSelection
Returns the “default value” for a type. Read more
§impl PartialEq for ServerSelection
impl PartialEq for ServerSelection
impl Copy for ServerSelection
impl Eq for ServerSelection
impl StructuralPartialEq for ServerSelection
Auto Trait Implementations§
impl Freeze for ServerSelection
impl RefUnwindSafe for ServerSelection
impl Send for ServerSelection
impl Sync for ServerSelection
impl Unpin for ServerSelection
impl UnwindSafe for ServerSelection
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