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