pub struct Stat {
pub number: ArticleNumber,
pub message_id: String,
}Expand description
Article metadata returned by STAT
Fieldsยง
ยงnumber: ArticleNumberThe number of the article unique to a particular newsgroup
message_id: StringThe unique message id for the article
Trait Implementationsยง
Sourceยงimpl TryFrom<&RawResponse> for Stat
impl TryFrom<&RawResponse> for Stat
impl Eq for Stat
impl StructuralPartialEq for Stat
Auto Trait Implementationsยง
impl Freeze for Stat
impl RefUnwindSafe for Stat
impl Send for Stat
impl Sync for Stat
impl Unpin for Stat
impl UnsafeUnpin for Stat
impl UnwindSafe for Stat
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