pub struct ObjectIDs {
pub sourceID: i32,
pub playlistID: i32,
pub trackID: i32,
pub databaseID: i32,
}Expand description
The four IDs that uniquely identify an object
Fields§
§sourceID: i32§playlistID: i32§trackID: i32§databaseID: i32Trait Implementations§
impl Eq for ObjectIDs
impl StructuralPartialEq for ObjectIDs
Auto Trait Implementations§
impl Freeze for ObjectIDs
impl RefUnwindSafe for ObjectIDs
impl Send for ObjectIDs
impl Sync for ObjectIDs
impl Unpin for ObjectIDs
impl UnwindSafe for ObjectIDs
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