pub enum DocumentFormattingEvent {
SetTextFormat,
MergeTextFormat,
SetBlockFormat,
SetFrameFormat,
}Variants§
Trait Implementations§
Source§impl Clone for DocumentFormattingEvent
impl Clone for DocumentFormattingEvent
Source§fn clone(&self) -> DocumentFormattingEvent
fn clone(&self) -> DocumentFormattingEvent
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 DocumentFormattingEvent
impl Debug for DocumentFormattingEvent
Source§impl Hash for DocumentFormattingEvent
impl Hash for DocumentFormattingEvent
Source§impl PartialEq for DocumentFormattingEvent
impl PartialEq for DocumentFormattingEvent
Source§impl Serialize for DocumentFormattingEvent
impl Serialize for DocumentFormattingEvent
impl Eq for DocumentFormattingEvent
impl StructuralPartialEq for DocumentFormattingEvent
Auto Trait Implementations§
impl Freeze for DocumentFormattingEvent
impl RefUnwindSafe for DocumentFormattingEvent
impl Send for DocumentFormattingEvent
impl Sync for DocumentFormattingEvent
impl Unpin for DocumentFormattingEvent
impl UnsafeUnpin for DocumentFormattingEvent
impl UnwindSafe for DocumentFormattingEvent
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