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