Struct csaf_walker::progress::Progress
source · pub struct Progress(pub Arc<dyn ProgressImpl>);Tuple Fields§
§0: Arc<dyn ProgressImpl>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Progress
impl !Send for Progress
impl !Sync for Progress
impl Unpin for Progress
impl !UnwindSafe for Progress
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