pub struct InvolvedPeopleListItem {
pub involvement: String,
pub involvee: String,
}Expand description
A entry inside the list in an IPLS (ID3v2.3) or TIPL/TMCL (ID3v2.4) frame.
Fields§
§involvement: StringRole of the involved person.
involvee: StringName of the involved person.
Trait Implementations§
Source§impl Clone for InvolvedPeopleListItem
impl Clone for InvolvedPeopleListItem
Source§fn clone(&self) -> InvolvedPeopleListItem
fn clone(&self) -> InvolvedPeopleListItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvolvedPeopleListItem
impl Debug for InvolvedPeopleListItem
Source§impl Hash for InvolvedPeopleListItem
impl Hash for InvolvedPeopleListItem
Source§impl Ord for InvolvedPeopleListItem
impl Ord for InvolvedPeopleListItem
Source§fn cmp(&self, other: &InvolvedPeopleListItem) -> Ordering
fn cmp(&self, other: &InvolvedPeopleListItem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InvolvedPeopleListItem
impl PartialEq for InvolvedPeopleListItem
Source§impl PartialOrd for InvolvedPeopleListItem
impl PartialOrd for InvolvedPeopleListItem
impl Eq for InvolvedPeopleListItem
impl StructuralPartialEq for InvolvedPeopleListItem
Auto Trait Implementations§
impl Freeze for InvolvedPeopleListItem
impl RefUnwindSafe for InvolvedPeopleListItem
impl Send for InvolvedPeopleListItem
impl Sync for InvolvedPeopleListItem
impl Unpin for InvolvedPeopleListItem
impl UnwindSafe for InvolvedPeopleListItem
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