pub enum InlineLevelRoleSubtype2 {
Generic,
RubyWarichu,
}Expand description
Subtypes of inline-level structure roles for PDF 2.0, determining the layout and permitted attributes of the element.
Variants§
Trait Implementations§
Source§impl Clone for InlineLevelRoleSubtype2
impl Clone for InlineLevelRoleSubtype2
Source§fn clone(&self) -> InlineLevelRoleSubtype2
fn clone(&self) -> InlineLevelRoleSubtype2
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 InlineLevelRoleSubtype2
impl Debug for InlineLevelRoleSubtype2
Source§impl Hash for InlineLevelRoleSubtype2
impl Hash for InlineLevelRoleSubtype2
Source§impl PartialEq for InlineLevelRoleSubtype2
impl PartialEq for InlineLevelRoleSubtype2
impl Copy for InlineLevelRoleSubtype2
impl Eq for InlineLevelRoleSubtype2
impl StructuralPartialEq for InlineLevelRoleSubtype2
Auto Trait Implementations§
impl Freeze for InlineLevelRoleSubtype2
impl RefUnwindSafe for InlineLevelRoleSubtype2
impl Send for InlineLevelRoleSubtype2
impl Sync for InlineLevelRoleSubtype2
impl Unpin for InlineLevelRoleSubtype2
impl UnwindSafe for InlineLevelRoleSubtype2
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