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: u64groups_removed: Vec<u16>msgs_removed: Vec<Arc<Uuid>>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AddResult
impl Send for AddResult
impl Sync for AddResult
impl Unpin for AddResult
impl UnwindSafe for AddResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more