pub enum DocUsage {
Normal,
EBook,
ENewsPaper,
EMagazine,
}Expand description
文档用途枚举。
Variants§
Implementations§
Trait Implementations§
impl Copy for DocUsage
impl Eq for DocUsage
impl StructuralPartialEq for DocUsage
Auto Trait Implementations§
impl Freeze for DocUsage
impl RefUnwindSafe for DocUsage
impl Send for DocUsage
impl Sync for DocUsage
impl Unpin for DocUsage
impl UnsafeUnpin for DocUsage
impl UnwindSafe for DocUsage
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