pub struct RemoveReport {
pub removed_slug: String,
pub purged_slugs: Vec<String>,
}Fields§
§removed_slug: String§purged_slugs: Vec<String>Auto Trait Implementations§
impl Freeze for RemoveReport
impl RefUnwindSafe for RemoveReport
impl Send for RemoveReport
impl Sync for RemoveReport
impl Unpin for RemoveReport
impl UnsafeUnpin for RemoveReport
impl UnwindSafe for RemoveReport
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