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