pub enum InlineContext {
Hyperlink {
relationship_id: Option<String>,
anchor: Option<String>,
},
Revision(RevisionKind),
}Variants§
Trait Implementations§
Source§impl Clone for InlineContext
impl Clone for InlineContext
Source§fn clone(&self) -> InlineContext
fn clone(&self) -> InlineContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InlineContext
impl Debug for InlineContext
impl Eq for InlineContext
Source§impl PartialEq for InlineContext
impl PartialEq for InlineContext
impl StructuralPartialEq for InlineContext
Auto Trait Implementations§
impl Freeze for InlineContext
impl RefUnwindSafe for InlineContext
impl Send for InlineContext
impl Sync for InlineContext
impl Unpin for InlineContext
impl UnsafeUnpin for InlineContext
impl UnwindSafe for InlineContext
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