pub struct ApeTag { /* private fields */ }Expand description
APEv2 tag collection
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApeTag
impl RefUnwindSafe for ApeTag
impl Send for ApeTag
impl Sync for ApeTag
impl Unpin for ApeTag
impl UnwindSafe for ApeTag
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