pub struct MetaTags {
pub author: String,
pub guitarist: String,
pub band: String,
pub song: String,
pub style: String,
pub pickup_style: String,
pub pickup_position: String,
pub date: usize,
pub amp_name: String,
pub creator_app: String,
pub creator_app_version: String,
pub comments: String,
}
Fields§
§guitarist: String
§band: String
§song: String
§style: String
§pickup_style: String
§pickup_position: String
§date: usize
§amp_name: String
§creator_app: String
§creator_app_version: String
§comments: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaTags
impl RefUnwindSafe for MetaTags
impl Send for MetaTags
impl Sync for MetaTags
impl Unpin for MetaTags
impl UnwindSafe for MetaTags
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