pub enum InlineLevelRoleSubtype {
Generic,
Link,
Annotation,
RubyWarichu,
}Expand description
Subtypes of inline-level PDF 1.7 structure roles, determining the layout and permitted attributes of the element.
Variants§
Generic
Generic inline elements, such as spans, quotes, and code.
Link
Links.
Annotation
Superimposed annotations.
RubyWarichu
Ruby and Warichu annotations, which are used for CJK text.
Trait Implementations§
Source§impl Clone for InlineLevelRoleSubtype
impl Clone for InlineLevelRoleSubtype
Source§fn clone(&self) -> InlineLevelRoleSubtype
fn clone(&self) -> InlineLevelRoleSubtype
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InlineLevelRoleSubtype
impl Debug for InlineLevelRoleSubtype
Source§impl Hash for InlineLevelRoleSubtype
impl Hash for InlineLevelRoleSubtype
Source§impl PartialEq for InlineLevelRoleSubtype
impl PartialEq for InlineLevelRoleSubtype
impl Copy for InlineLevelRoleSubtype
impl Eq for InlineLevelRoleSubtype
impl StructuralPartialEq for InlineLevelRoleSubtype
Auto Trait Implementations§
impl Freeze for InlineLevelRoleSubtype
impl RefUnwindSafe for InlineLevelRoleSubtype
impl Send for InlineLevelRoleSubtype
impl Sync for InlineLevelRoleSubtype
impl Unpin for InlineLevelRoleSubtype
impl UnwindSafe for InlineLevelRoleSubtype
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