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