pub struct TagInput {
pub key: String,
pub value: String,
}Expand description
One Vorbis/ID3 tag value to synthesize. Multi-valued tags are passed as
multiple TagInputs in the desired order.
Fields§
§key: String§value: StringImplementations§
Trait Implementations§
impl Eq for TagInput
impl StructuralPartialEq for TagInput
Auto Trait Implementations§
impl Freeze for TagInput
impl RefUnwindSafe for TagInput
impl Send for TagInput
impl Sync for TagInput
impl Unpin for TagInput
impl UnsafeUnpin for TagInput
impl UnwindSafe for TagInput
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