pub enum Link {
VeryLowStartOrEnd,
LoudEnd,
LoudStart,
LoudStartAndEnd,
}Expand description
Volume description for the start and end of the title
Variants§
VeryLowStartOrEnd
Title starts or ends with a very low level (no live or classical genre titles)
LoudEnd
Title ends loudly
LoudStart
Title starts loudly
LoudStartAndEnd
Title starts loudly and ends loudly
Implementations§
Trait Implementations§
impl Copy for Link
impl Eq for Link
impl StructuralPartialEq for Link
Auto Trait Implementations§
impl Freeze for Link
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnsafeUnpin for Link
impl UnwindSafe for Link
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