pub struct Bitmaps {
pub delete: Vec,
pub replace: Vec,
}
Fields
delete: Vec
replace: Vec
Auto Trait Implementations
impl RefUnwindSafe for Bitmaps
impl Send for Bitmaps
impl Sync for Bitmaps
impl Unpin for Bitmaps
impl UnwindSafe for Bitmaps
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more