pub struct Retract {
pub id: String,
}
Expand description
A call invite can be retracted by sending a message containing a <retract/>
element.
Fields§
§id: String
Identifier of the initial Invite
message to be retracted.
Trait Implementations§
Source§impl FromXml for Retract
impl FromXml for Retract
Source§type Builder = RetractFromXmlBuilder
type Builder = RetractFromXmlBuilder
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 Retract
Auto Trait Implementations§
impl Freeze for Retract
impl RefUnwindSafe for Retract
impl Send for Retract
impl Sync for Retract
impl Unpin for Retract
impl UnwindSafe for Retract
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