Struct xmpp_parsers::tune::Track
source · pub struct Track(pub String);
Expand description
A unique identifier for the tune; e.g., the track number within a collection or the specific URI for the object (e.g., a stream or audio file).
Tuple Fields§
§0: String
Trait Implementations§
source§impl PartialEq for Track
impl PartialEq for Track
source§impl TryFrom<Element> for Track
impl TryFrom<Element> for Track
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl Eq for Track
impl StructuralPartialEq for Track
Auto Trait Implementations§
impl Freeze for Track
impl RefUnwindSafe for Track
impl Send for Track
impl Sync for Track
impl Unpin for Track
impl UnwindSafe for Track
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