Struct tugger_binary_analysis::UndefinedSymbol
source · [−]pub struct UndefinedSymbol {
pub symbol: String,
pub filename: Option<String>,
pub version: Option<String>,
}
Fields
symbol: String
filename: Option<String>
version: Option<String>
Trait Implementations
sourceimpl Debug for UndefinedSymbol
impl Debug for UndefinedSymbol
sourceimpl Ord for UndefinedSymbol
impl Ord for UndefinedSymbol
sourceimpl PartialEq<UndefinedSymbol> for UndefinedSymbol
impl PartialEq<UndefinedSymbol> for UndefinedSymbol
sourcefn eq(&self, other: &UndefinedSymbol) -> bool
fn eq(&self, other: &UndefinedSymbol) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &UndefinedSymbol) -> bool
fn ne(&self, other: &UndefinedSymbol) -> bool
This method tests for !=
.
sourceimpl PartialOrd<UndefinedSymbol> for UndefinedSymbol
impl PartialOrd<UndefinedSymbol> for UndefinedSymbol
sourcefn partial_cmp(&self, other: &UndefinedSymbol) -> Option<Ordering>
fn partial_cmp(&self, other: &UndefinedSymbol) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Eq for UndefinedSymbol
impl StructuralEq for UndefinedSymbol
impl StructuralPartialEq for UndefinedSymbol
Auto Trait Implementations
impl RefUnwindSafe for UndefinedSymbol
impl Send for UndefinedSymbol
impl Sync for UndefinedSymbol
impl Unpin for UndefinedSymbol
impl UnwindSafe for UndefinedSymbol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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