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§
Source§impl Debug for UndefinedSymbol
impl Debug for UndefinedSymbol
Source§impl Ord for UndefinedSymbol
impl Ord for UndefinedSymbol
Source§fn cmp(&self, other: &UndefinedSymbol) -> Ordering
fn cmp(&self, other: &UndefinedSymbol) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UndefinedSymbol
impl PartialEq for UndefinedSymbol
Source§fn eq(&self, other: &UndefinedSymbol) -> bool
fn eq(&self, other: &UndefinedSymbol) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for UndefinedSymbol
impl PartialOrd for UndefinedSymbol
impl Eq for UndefinedSymbol
impl StructuralPartialEq for UndefinedSymbol
Auto Trait Implementations§
impl Freeze for UndefinedSymbol
impl RefUnwindSafe for UndefinedSymbol
impl Send for UndefinedSymbol
impl Sync for UndefinedSymbol
impl Unpin for UndefinedSymbol
impl UnsafeUnpin for UndefinedSymbol
impl UnwindSafe for UndefinedSymbol
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