pub struct MinimapModesSpec {
pub modes: MinimapModeList,
}
Fields§
§modes: MinimapModeList
Trait Implementations§
Source§impl Clone for MinimapModesSpec
impl Clone for MinimapModesSpec
Source§fn clone(&self) -> MinimapModesSpec
fn clone(&self) -> MinimapModesSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MinimapModesSpec
impl Debug for MinimapModesSpec
Source§impl Deserialize for MinimapModesSpec
impl Deserialize for MinimapModesSpec
Source§type Output = MinimapModesSpec
type Output = MinimapModesSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<MinimapModesSpec> for ToClientCommand
impl From<MinimapModesSpec> for ToClientCommand
Source§fn from(value: MinimapModesSpec) -> Self
fn from(value: MinimapModesSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MinimapModesSpec
impl PartialEq for MinimapModesSpec
Source§impl Serialize for MinimapModesSpec
impl Serialize for MinimapModesSpec
type Input = MinimapModesSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for MinimapModesSpec
Auto Trait Implementations§
impl Freeze for MinimapModesSpec
impl RefUnwindSafe for MinimapModesSpec
impl Send for MinimapModesSpec
impl Sync for MinimapModesSpec
impl Unpin for MinimapModesSpec
impl UnwindSafe for MinimapModesSpec
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