pub struct ExpandedRef {
pub reference: String,
pub status: String,
pub confidence: f32,
pub path: Option<String>,
}Fields§
§reference: String§status: String§confidence: f32§path: Option<String>Trait Implementations§
Source§impl Debug for ExpandedRef
impl Debug for ExpandedRef
Source§impl From<&ResolvedRef> for ExpandedRef
impl From<&ResolvedRef> for ExpandedRef
Source§fn from(r: &ResolvedRef) -> Self
fn from(r: &ResolvedRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExpandedRef
impl RefUnwindSafe for ExpandedRef
impl Send for ExpandedRef
impl Sync for ExpandedRef
impl Unpin for ExpandedRef
impl UnsafeUnpin for ExpandedRef
impl UnwindSafe for ExpandedRef
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