pub struct Pop3Stat {
pub message_count: u32,
pub maildrop_size: u32,
}
Expand description
POP3 maildrop statistics
Fields§
§message_count: u32
count of massages in the maildrop
maildrop_size: u32
size of the maildrop in bytes
Auto Trait Implementations§
impl Freeze for Pop3Stat
impl RefUnwindSafe for Pop3Stat
impl Send for Pop3Stat
impl Sync for Pop3Stat
impl Unpin for Pop3Stat
impl UnwindSafe for Pop3Stat
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