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