Struct buttplug::core::message::RotationSubcommand
source · pub struct RotationSubcommand { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for RotationSubcommand
impl Clone for RotationSubcommand
source§fn clone(&self) -> RotationSubcommand
fn clone(&self) -> RotationSubcommand
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 RotationSubcommand
impl Debug for RotationSubcommand
source§impl<'de> Deserialize<'de> for RotationSubcommand
impl<'de> Deserialize<'de> for RotationSubcommand
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 RotationSubcommand
impl PartialEq for RotationSubcommand
source§fn eq(&self, other: &RotationSubcommand) -> bool
fn eq(&self, other: &RotationSubcommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for RotationSubcommand
impl Serialize for RotationSubcommand
impl StructuralPartialEq for RotationSubcommand
Auto Trait Implementations§
impl Freeze for RotationSubcommand
impl RefUnwindSafe for RotationSubcommand
impl Send for RotationSubcommand
impl Sync for RotationSubcommand
impl Unpin for RotationSubcommand
impl UnwindSafe for RotationSubcommand
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