pub struct UnresolvedReference {
pub reference_type: String,
pub reference_value: String,
pub location: String,
}
Fields§
§reference_type: String
§reference_value: String
§location: String
Trait Implementations§
Source§impl Clone for UnresolvedReference
impl Clone for UnresolvedReference
Source§fn clone(&self) -> UnresolvedReference
fn clone(&self) -> UnresolvedReference
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for UnresolvedReference
impl RefUnwindSafe for UnresolvedReference
impl Send for UnresolvedReference
impl Sync for UnresolvedReference
impl Unpin for UnresolvedReference
impl UnwindSafe for UnresolvedReference
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