pub enum PossibleIITObject {
Source(Source),
Playlist(Playlist),
Track(Track),
}Expand description
Enum of all structs that directly inherit from IITObject
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PossibleIITObject
impl RefUnwindSafe for PossibleIITObject
impl !Send for PossibleIITObject
impl !Sync for PossibleIITObject
impl Unpin for PossibleIITObject
impl UnwindSafe for PossibleIITObject
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