pub struct InlineAttrs(/* private fields */);Expand description
Per-span style attributes. Link is orthogonal and carried on
InlineSpan::link_url directly.
Implementations§
Trait Implementations§
Source§impl BitOr for InlineAttrs
impl BitOr for InlineAttrs
Source§impl BitOrAssign for InlineAttrs
impl BitOrAssign for InlineAttrs
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for InlineAttrs
impl Clone for InlineAttrs
Source§fn clone(&self) -> InlineAttrs
fn clone(&self) -> InlineAttrs
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 InlineAttrs
impl Debug for InlineAttrs
Source§impl Default for InlineAttrs
impl Default for InlineAttrs
Source§fn default() -> InlineAttrs
fn default() -> InlineAttrs
Returns the “default value” for a type. Read more
Source§impl PartialEq for InlineAttrs
impl PartialEq for InlineAttrs
impl Copy for InlineAttrs
impl Eq for InlineAttrs
impl StructuralPartialEq for InlineAttrs
Auto Trait Implementations§
impl Freeze for InlineAttrs
impl RefUnwindSafe for InlineAttrs
impl Send for InlineAttrs
impl Sync for InlineAttrs
impl Unpin for InlineAttrs
impl UnsafeUnpin for InlineAttrs
impl UnwindSafe for InlineAttrs
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