pub struct GetServersResult {
pub index: i32,
pub servers: Vec<Server>,
}Fields§
§index: i32§servers: Vec<Server>Trait Implementations§
Source§impl Clone for GetServersResult
impl Clone for GetServersResult
Source§fn clone(&self) -> GetServersResult
fn clone(&self) -> GetServersResult
Returns a duplicate 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 moreSource§impl Debug for GetServersResult
impl Debug for GetServersResult
Source§impl<'de> Deserialize<'de> for GetServersResult
impl<'de> Deserialize<'de> for GetServersResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetServersResult
impl PartialEq for GetServersResult
Source§impl Serialize for GetServersResult
impl Serialize for GetServersResult
impl Eq for GetServersResult
impl StructuralPartialEq for GetServersResult
Auto Trait Implementations§
impl Freeze for GetServersResult
impl RefUnwindSafe for GetServersResult
impl Send for GetServersResult
impl Sync for GetServersResult
impl Unpin for GetServersResult
impl UnwindSafe for GetServersResult
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