Struct xmpp_parsers::jingle_s5b::CandidateFromXmlBuilder
source · pub struct CandidateFromXmlBuilder(/* private fields */);
Expand description
Build a Candidate
from XML events.
This type is generated using the xso::FromXml
derive macro and implements [xso::FromEventsBuilder
] for Candidate
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CandidateFromXmlBuilder
impl RefUnwindSafe for CandidateFromXmlBuilder
impl Send for CandidateFromXmlBuilder
impl Sync for CandidateFromXmlBuilder
impl Unpin for CandidateFromXmlBuilder
impl UnwindSafe for CandidateFromXmlBuilder
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