pub struct ApeItem {
pub key: String,
pub value: String,
}Expand description
APEv2 tag item
Fields§
§key: String§value: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApeItem
impl RefUnwindSafe for ApeItem
impl Send for ApeItem
impl Sync for ApeItem
impl Unpin for ApeItem
impl UnwindSafe for ApeItem
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