pub enum ContainsAllSymbolSubstringsOutcome<'a> {
Ok,
MissingSymbolSubstrings(BTreeSet<&'a str>),
}
Variants§
Trait Implementations§
Source§impl<'a> Debug for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> Debug for ContainsAllSymbolSubstringsOutcome<'a>
Source§impl<'a> PartialEq for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> PartialEq for ContainsAllSymbolSubstringsOutcome<'a>
Source§fn eq(&self, other: &ContainsAllSymbolSubstringsOutcome<'a>) -> bool
fn eq(&self, other: &ContainsAllSymbolSubstringsOutcome<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'a> StructuralPartialEq for ContainsAllSymbolSubstringsOutcome<'a>
Auto Trait Implementations§
impl<'a> Freeze for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> RefUnwindSafe for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> Send for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> Sync for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> Unpin for ContainsAllSymbolSubstringsOutcome<'a>
impl<'a> UnwindSafe for ContainsAllSymbolSubstringsOutcome<'a>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes
Size for each variant:
Ok
: 0 bytesMissingSymbolSubstrings
: 24 bytes