Struct lotus_script::message::MessageSource
source · pub struct MessageSource {
pub coupling: Option<Coupling>,
}
Expand description
Represents the source of a message.
Fields§
§coupling: Option<Coupling>
If the message is coming from another vehicle across couplings, this will be Some.
Implementations§
Trait Implementations§
source§impl Clone for MessageSource
impl Clone for MessageSource
source§fn clone(&self) -> MessageSource
fn clone(&self) -> MessageSource
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 MessageSource
impl Debug for MessageSource
source§impl Default for MessageSource
impl Default for MessageSource
source§fn default() -> MessageSource
fn default() -> MessageSource
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MessageSource
impl<'de> Deserialize<'de> for MessageSource
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<MessageSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<MessageSource, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MessageSource
impl Hash for MessageSource
source§impl PartialEq for MessageSource
impl PartialEq for MessageSource
source§fn eq(&self, other: &MessageSource) -> bool
fn eq(&self, other: &MessageSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MessageSource
impl Serialize for MessageSource
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for MessageSource
impl StructuralPartialEq for MessageSource
Auto Trait Implementations§
impl Freeze for MessageSource
impl RefUnwindSafe for MessageSource
impl Send for MessageSource
impl Sync for MessageSource
impl Unpin for MessageSource
impl UnwindSafe for MessageSource
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