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