pub struct PowerEvent {
pub target_id: String,
pub power: PowerType,
}
Fields§
§target_id: String
§power: PowerType
Trait Implementations§
Source§impl Clone for PowerEvent
impl Clone for PowerEvent
Source§fn clone(&self) -> PowerEvent
fn clone(&self) -> PowerEvent
Returns a duplicate 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 PowerEvent
impl Debug for PowerEvent
Source§impl<'de> Deserialize<'de> for PowerEvent
impl<'de> Deserialize<'de> for PowerEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PowerEvent
impl PartialEq for PowerEvent
impl Eq for PowerEvent
impl StructuralPartialEq for PowerEvent
Auto Trait Implementations§
impl Freeze for PowerEvent
impl RefUnwindSafe for PowerEvent
impl Send for PowerEvent
impl Sync for PowerEvent
impl Unpin for PowerEvent
impl UnwindSafe for PowerEvent
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