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