pub enum Trapped {
True,
False,
Unknown,
}Expand description
Indicates whether the PDF is trapped
Variants§
Trait Implementations§
impl Eq for Trapped
impl StructuralPartialEq for Trapped
Auto Trait Implementations§
impl Freeze for Trapped
impl RefUnwindSafe for Trapped
impl Send for Trapped
impl Sync for Trapped
impl Unpin for Trapped
impl UnwindSafe for Trapped
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