pub struct ReplyLine<S> {
pub code: ReplyCode,
pub last: bool,
pub ecode: Option<EnhancedReplyCode<S>>,
pub text: MaybeUtf8<S>,
}Fields§
§code: ReplyCode§last: bool§ecode: Option<EnhancedReplyCode<S>>§text: MaybeUtf8<S>Implementations§
Trait Implementations§
impl<S: Eq> Eq for ReplyLine<S>
impl<S> StructuralPartialEq for ReplyLine<S>
Auto Trait Implementations§
impl<S> Freeze for ReplyLine<S>where
S: Freeze,
impl<S> RefUnwindSafe for ReplyLine<S>where
S: RefUnwindSafe,
impl<S> Send for ReplyLine<S>where
S: Send,
impl<S> Sync for ReplyLine<S>where
S: Sync,
impl<S> Unpin for ReplyLine<S>where
S: Unpin,
impl<S> UnwindSafe for ReplyLine<S>where
S: UnwindSafe,
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