Enum xspf::common::Attribution
source · pub enum Attribution {
Location(String),
Identifier(String),
}
Variants§
Trait Implementations§
source§impl Clone for Attribution
impl Clone for Attribution
source§fn clone(&self) -> Attribution
fn clone(&self) -> Attribution
Returns a copy 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 Attribution
impl Debug for Attribution
source§impl PartialEq for Attribution
impl PartialEq for Attribution
source§fn eq(&self, other: &Attribution) -> bool
fn eq(&self, other: &Attribution) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Attribution
Auto Trait Implementations§
impl RefUnwindSafe for Attribution
impl Send for Attribution
impl Sync for Attribution
impl Unpin for Attribution
impl UnwindSafe for Attribution
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