pub enum UsageType {
View,
Design,
Print,
Export,
}Expand description
Which use an optional-content configuration is being read for.
Variants§
View
On-screen viewing.
Design
Design-time display.
Printing.
Export
Export to another format.
Implementations§
Trait Implementations§
impl Copy for UsageType
impl Eq for UsageType
impl StructuralPartialEq for UsageType
Auto Trait Implementations§
impl Freeze for UsageType
impl RefUnwindSafe for UsageType
impl Send for UsageType
impl Sync for UsageType
impl Unpin for UsageType
impl UnsafeUnpin for UsageType
impl UnwindSafe for UsageType
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