pub struct AddResult {
pub uuid: Arc<Uuid>,
pub bytes_removed: u64,
pub groups_removed: Vec<u16>,
pub msgs_removed: Vec<Arc<Uuid>>,
}
Fields§
§uuid: Arc<Uuid>
§bytes_removed: u64
§groups_removed: Vec<u16>
§msgs_removed: Vec<Arc<Uuid>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AddResult
impl RefUnwindSafe for AddResult
impl Send for AddResult
impl Sync for AddResult
impl Unpin for AddResult
impl UnwindSafe for AddResult
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