pub struct Proceed;Expand description
Information that TLS may now commence.
Trait Implementations§
Source§impl AsXml for Proceed
impl AsXml for Proceed
Source§impl FromXml for Proceed
impl FromXml for Proceed
Source§fn from_events(
name: QName,
attrs: AttrMap,
ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Source§fn xml_name_matcher() -> XmlNameMatcher<'static>
fn xml_name_matcher() -> XmlNameMatcher<'static>
Return a predicate which determines if
Self may be parsed from
a given XML element. Read moreimpl StructuralPartialEq for Proceed
Auto Trait Implementations§
impl Freeze for Proceed
impl RefUnwindSafe for Proceed
impl Send for Proceed
impl Sync for Proceed
impl Unpin for Proceed
impl UnsafeUnpin for Proceed
impl UnwindSafe for Proceed
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