pub struct MapNameResponse {
pub maps: Vec<String>,
}
Expand description
Response for the worldconquest/maps
endpoint.
Contains a list of all maps present on the shard.
Fields§
§maps: Vec<String>
Trait Implementations§
Source§impl Clone for MapNameResponse
impl Clone for MapNameResponse
Source§fn clone(&self) -> MapNameResponse
fn clone(&self) -> MapNameResponse
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 MapNameResponse
impl Debug for MapNameResponse
Source§impl PartialEq for MapNameResponse
impl PartialEq for MapNameResponse
impl Eq for MapNameResponse
impl StructuralPartialEq for MapNameResponse
Auto Trait Implementations§
impl Freeze for MapNameResponse
impl RefUnwindSafe for MapNameResponse
impl Send for MapNameResponse
impl Sync for MapNameResponse
impl Unpin for MapNameResponse
impl UnwindSafe for MapNameResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.