pub struct Left {
pub id: String,
}
Expand description
When a client leaves a call, it sends a message containing a <left/>
element.
Fields§
§id: String
Identifier of the initial Invite
message that got left.
Trait Implementations§
Source§impl FromXml for Left
impl FromXml for Left
Source§type Builder = LeftFromXmlBuilder
type Builder = LeftFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
impl StructuralPartialEq for Left
Auto Trait Implementations§
impl Freeze for Left
impl RefUnwindSafe for Left
impl Send for Left
impl Sync for Left
impl Unpin for Left
impl UnwindSafe for Left
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