pub enum MetadataName {
Pages,
Resources,
}Variants§
Trait Implementations§
Source§impl Debug for MetadataName
impl Debug for MetadataName
Auto Trait Implementations§
impl Freeze for MetadataName
impl RefUnwindSafe for MetadataName
impl Send for MetadataName
impl Sync for MetadataName
impl Unpin for MetadataName
impl UnwindSafe for MetadataName
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