pub struct SaslFrame {
pub body: SaslFrameBody,
}
Fields§
§body: SaslFrameBody
Implementations§
Trait Implementations§
Source§impl From<SaslChallenge> for SaslFrame
impl From<SaslChallenge> for SaslFrame
Source§fn from(item: SaslChallenge) -> SaslFrame
fn from(item: SaslChallenge) -> SaslFrame
Converts to this type from the input type.
Source§impl From<SaslMechanisms> for SaslFrame
impl From<SaslMechanisms> for SaslFrame
Source§fn from(item: SaslMechanisms) -> SaslFrame
fn from(item: SaslMechanisms) -> SaslFrame
Converts to this type from the input type.
Source§impl From<SaslOutcome> for SaslFrame
impl From<SaslOutcome> for SaslFrame
Source§fn from(item: SaslOutcome) -> SaslFrame
fn from(item: SaslOutcome) -> SaslFrame
Converts to this type from the input type.
Source§impl From<SaslResponse> for SaslFrame
impl From<SaslResponse> for SaslFrame
Source§fn from(item: SaslResponse) -> SaslFrame
fn from(item: SaslResponse) -> SaslFrame
Converts to this type from the input type.
impl StructuralPartialEq for SaslFrame
Auto Trait Implementations§
impl !Freeze for SaslFrame
impl RefUnwindSafe for SaslFrame
impl Send for SaslFrame
impl Sync for SaslFrame
impl Unpin for SaslFrame
impl UnwindSafe for SaslFrame
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