pub struct ActiveObjectMessage {
pub id: u16,
pub data: ActiveObjectCommand,
}
Fields§
§id: u16
§data: ActiveObjectCommand
Trait Implementations§
Source§impl Clone for ActiveObjectMessage
impl Clone for ActiveObjectMessage
Source§fn clone(&self) -> ActiveObjectMessage
fn clone(&self) -> ActiveObjectMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ActiveObjectMessage
impl Debug for ActiveObjectMessage
Source§impl Deserialize for ActiveObjectMessage
impl Deserialize for ActiveObjectMessage
Source§type Output = ActiveObjectMessage
type Output = ActiveObjectMessage
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for ActiveObjectMessage
impl PartialEq for ActiveObjectMessage
Source§impl Serialize for ActiveObjectMessage
impl Serialize for ActiveObjectMessage
type Input = ActiveObjectMessage
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for ActiveObjectMessage
Auto Trait Implementations§
impl Freeze for ActiveObjectMessage
impl RefUnwindSafe for ActiveObjectMessage
impl Send for ActiveObjectMessage
impl Sync for ActiveObjectMessage
impl Unpin for ActiveObjectMessage
impl UnwindSafe for ActiveObjectMessage
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