Struct wayrs_client::wire::Message
source · pub struct Message {
pub header: MessageHeader,
pub args: Vec<ArgValue>,
}Fields§
§header: MessageHeader§args: Vec<ArgValue>Trait Implementations§
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
source§impl TryFrom<Message> for Event
impl TryFrom<Message> for Event
§type Error = BadMessage
type Error = BadMessage
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl RefUnwindSafe for Message
impl Send for Message
impl Sync for Message
impl Unpin for Message
impl UnwindSafe for Message
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