pub struct Proceed;
Expand description
Information that TLS may now commence.
Trait Implementations§
Source§impl TryFrom<Element> for Proceed
impl TryFrom<Element> for Proceed
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl 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 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