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