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.
Trait Implementations§
Source§impl ITunesRelatedObject for OperationStatus
impl ITunesRelatedObject for OperationStatus
Source§fn iTunes_instance(&self) -> Arc<iTunes>
fn iTunes_instance(&self) -> Arc<iTunes>
Return the related iTunes instance this object is related to
Auto Trait Implementations§
impl Freeze for OperationStatus
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