pub struct TrackArt {
pub art_id: i64,
pub picture_type: u32,
pub description: String,
pub ordinal: u64,
}Fields§
§art_id: i64§picture_type: u32§description: String§ordinal: u64Trait Implementations§
impl Eq for TrackArt
impl StructuralPartialEq for TrackArt
Auto Trait Implementations§
impl Freeze for TrackArt
impl RefUnwindSafe for TrackArt
impl Send for TrackArt
impl Sync for TrackArt
impl Unpin for TrackArt
impl UnsafeUnpin for TrackArt
impl UnwindSafe for TrackArt
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