pub struct GetServerInfo;Implementations§
Trait Implementations§
Source§impl Api for GetServerInfo
impl Api for GetServerInfo
type Response = GetServerInfoResponse
fn parameters(&self) -> impl Iterator<Item = (&str, String)>
Source§impl Clone for GetServerInfo
impl Clone for GetServerInfo
Source§fn clone(&self) -> GetServerInfo
fn clone(&self) -> GetServerInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetServerInfo
impl RefUnwindSafe for GetServerInfo
impl Send for GetServerInfo
impl Sync for GetServerInfo
impl Unpin for GetServerInfo
impl UnsafeUnpin for GetServerInfo
impl UnwindSafe for GetServerInfo
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