Enum iced_x86::SymResString
source · [−]Expand description
Contains a &'a str
or a String
Variants
Str(&'a str)
Tuple Fields
0: &'a str
The str
Contains a &'a str
String(String)
Tuple Fields
0: String
The string
Contains a String
Trait Implementations
sourceimpl<'a> Clone for SymResString<'a>
impl<'a> Clone for SymResString<'a>
sourcefn clone(&self) -> SymResString<'a>
fn clone(&self) -> SymResString<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'a> Debug for SymResString<'a>
impl<'a> Debug for SymResString<'a>
sourceimpl Default for SymResString<'_>
impl Default for SymResString<'_>
sourceimpl<'a> Hash for SymResString<'a>
impl<'a> Hash for SymResString<'a>
sourceimpl<'a> PartialEq<SymResString<'a>> for SymResString<'a>
impl<'a> PartialEq<SymResString<'a>> for SymResString<'a>
sourcefn eq(&self, other: &SymResString<'a>) -> bool
fn eq(&self, other: &SymResString<'a>) -> bool
impl<'a> Eq for SymResString<'a>
impl<'a> StructuralEq for SymResString<'a>
impl<'a> StructuralPartialEq for SymResString<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SymResString<'a>
impl<'a> Send for SymResString<'a>
impl<'a> Sync for SymResString<'a>
impl<'a> Unpin for SymResString<'a>
impl<'a> UnwindSafe for SymResString<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more