pub struct OciProgressContext { /* private fields */ }Implementations§
Source§impl OciProgressContext
impl OciProgressContext
pub fn create() -> (OciProgressContext, Receiver<OciProgress>)
pub fn new(sender: Sender<OciProgress>) -> OciProgressContext
pub fn update(&self, progress: &OciProgress)
pub fn subscribe(&self) -> Receiver<OciProgress>
Trait Implementations§
Source§impl Clone for OciProgressContext
impl Clone for OciProgressContext
Source§fn clone(&self) -> OciProgressContext
fn clone(&self) -> OciProgressContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OciProgressContext
impl !RefUnwindSafe for OciProgressContext
impl Send for OciProgressContext
impl Sync for OciProgressContext
impl Unpin for OciProgressContext
impl !UnwindSafe for OciProgressContext
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