pub enum TextStructureFindStructureParts {
None,
}
Expand description
API parts for the Text Structure Find Structure API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for TextStructureFindStructureParts
impl Clone for TextStructureFindStructureParts
Source§fn clone(&self) -> TextStructureFindStructureParts
fn clone(&self) -> TextStructureFindStructureParts
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 PartialEq for TextStructureFindStructureParts
impl PartialEq for TextStructureFindStructureParts
Source§fn eq(&self, other: &TextStructureFindStructureParts) -> bool
fn eq(&self, other: &TextStructureFindStructureParts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TextStructureFindStructureParts
Auto Trait Implementations§
impl Freeze for TextStructureFindStructureParts
impl RefUnwindSafe for TextStructureFindStructureParts
impl Send for TextStructureFindStructureParts
impl Sync for TextStructureFindStructureParts
impl Unpin for TextStructureFindStructureParts
impl UnwindSafe for TextStructureFindStructureParts
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