pub struct FindingReference(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FindingReference
impl Clone for FindingReference
Source§fn clone(&self) -> FindingReference
fn clone(&self) -> FindingReference
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FindingReference
impl Debug for FindingReference
Source§impl Display for FindingReference
impl Display for FindingReference
Source§impl FromStr for FindingReference
impl FromStr for FindingReference
Source§impl Hash for FindingReference
impl Hash for FindingReference
Source§impl Ord for FindingReference
impl Ord for FindingReference
Source§fn cmp(&self, other: &FindingReference) -> Ordering
fn cmp(&self, other: &FindingReference) -> 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 FindingReference
impl PartialEq for FindingReference
Source§fn eq(&self, other: &FindingReference) -> bool
fn eq(&self, other: &FindingReference) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FindingReference
impl PartialOrd for FindingReference
Source§impl TryFrom<&str> for FindingReference
impl TryFrom<&str> for FindingReference
impl Eq for FindingReference
impl StructuralPartialEq for FindingReference
Auto Trait Implementations§
impl Freeze for FindingReference
impl RefUnwindSafe for FindingReference
impl Send for FindingReference
impl Sync for FindingReference
impl Unpin for FindingReference
impl UnsafeUnpin for FindingReference
impl UnwindSafe for FindingReference
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