Struct itunes_com::wrappers::OperationStatus
source · pub struct OperationStatus { /* private fields */ }Expand description
Safe wrapper over a IITOperationStatus
Implementations§
source§impl OperationStatus
impl OperationStatus
sourcepub fn is_InProgress(&self) -> Result<bool>
pub fn is_InProgress(&self) -> Result<bool>
True if the operation is still in progress.
sourcepub fn Tracks(&self) -> Result<TrackCollection>
pub fn Tracks(&self) -> Result<TrackCollection>
Returns a collection containing the tracks that were generated by the operation.
Auto Trait Implementations§
impl RefUnwindSafe for OperationStatus
impl !Send for OperationStatus
impl !Sync for OperationStatus
impl Unpin for OperationStatus
impl UnwindSafe for OperationStatus
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