pub enum SaslCode {
Ok,
Auth,
Sys,
SysPerm,
SysTemp,
}
Variants§
Implementations§
Trait Implementations§
Source§impl DecodeFormatted for SaslCode
impl DecodeFormatted for SaslCode
fn decode_with_format( input: &mut Bytes, fmt: u8, ) -> Result<Self, AmqpParseError>
impl Copy for SaslCode
impl Eq for SaslCode
impl StructuralPartialEq for SaslCode
Auto Trait Implementations§
impl Freeze for SaslCode
impl RefUnwindSafe for SaslCode
impl Send for SaslCode
impl Sync for SaslCode
impl Unpin for SaslCode
impl UnwindSafe for SaslCode
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