pub struct HudSetParamSpec {
pub value: HudSetParam,
}
Fields§
§value: HudSetParam
Trait Implementations§
Source§impl Clone for HudSetParamSpec
impl Clone for HudSetParamSpec
Source§fn clone(&self) -> HudSetParamSpec
fn clone(&self) -> HudSetParamSpec
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 moreSource§impl Debug for HudSetParamSpec
impl Debug for HudSetParamSpec
Source§impl Deserialize for HudSetParamSpec
impl Deserialize for HudSetParamSpec
Source§type Output = HudSetParamSpec
type Output = HudSetParamSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<HudSetParamSpec> for ToClientCommand
impl From<HudSetParamSpec> for ToClientCommand
Source§fn from(value: HudSetParamSpec) -> Self
fn from(value: HudSetParamSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for HudSetParamSpec
impl PartialEq for HudSetParamSpec
Source§impl Serialize for HudSetParamSpec
impl Serialize for HudSetParamSpec
type Input = HudSetParamSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for HudSetParamSpec
Auto Trait Implementations§
impl Freeze for HudSetParamSpec
impl RefUnwindSafe for HudSetParamSpec
impl Send for HudSetParamSpec
impl Sync for HudSetParamSpec
impl Unpin for HudSetParamSpec
impl UnwindSafe for HudSetParamSpec
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