pub struct ApeItem {
pub read_only: bool,
/* private fields */
}Expand description
Represents an APE tag item
The restrictions for APE lie in the key rather than the value,
so these are still able to use ItemValues
Fields§
§read_only: boolWhether or not to mark the item as read only
Implementations§
Trait Implementations§
source§impl PartialEq<ApeItem> for ApeItem
impl PartialEq<ApeItem> for ApeItem
impl Eq for ApeItem
impl StructuralEq for ApeItem
impl StructuralPartialEq for ApeItem
Auto Trait Implementations§
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