pub struct DialRotateEvent {
pub action: String,
pub context: String,
pub device: String,
pub payload: DialRotatePayload,
}Fields§
§action: String§context: String§device: String§payload: DialRotatePayloadTrait Implementations§
Source§impl Clone for DialRotateEvent
impl Clone for DialRotateEvent
Source§fn clone(&self) -> DialRotateEvent
fn clone(&self) -> DialRotateEvent
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 DialRotateEvent
impl Debug for DialRotateEvent
Source§impl<'de> Deserialize<'de> for DialRotateEvent
impl<'de> Deserialize<'de> for DialRotateEvent
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
Auto Trait Implementations§
impl Freeze for DialRotateEvent
impl RefUnwindSafe for DialRotateEvent
impl Send for DialRotateEvent
impl Sync for DialRotateEvent
impl Unpin for DialRotateEvent
impl UnwindSafe for DialRotateEvent
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