pub enum TextSnapshotKind {
Inline,
File,
}Variants§
Trait Implementations§
Source§impl Clone for TextSnapshotKind
impl Clone for TextSnapshotKind
Source§fn clone(&self) -> TextSnapshotKind
fn clone(&self) -> TextSnapshotKind
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 TextSnapshotKind
impl Debug for TextSnapshotKind
Source§impl PartialEq for TextSnapshotKind
impl PartialEq for TextSnapshotKind
impl Copy for TextSnapshotKind
impl Eq for TextSnapshotKind
impl StructuralPartialEq for TextSnapshotKind
Auto Trait Implementations§
impl Freeze for TextSnapshotKind
impl RefUnwindSafe for TextSnapshotKind
impl Send for TextSnapshotKind
impl Sync for TextSnapshotKind
impl Unpin for TextSnapshotKind
impl UnwindSafe for TextSnapshotKind
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