pub struct VariableAccess {
pub path: String,
pub span: Span,
pub kind: VariableKind,
pub certainty: Certainty,
}Fields§
§path: String§span: Span§kind: VariableKind§certainty: CertaintyTrait Implementations§
Source§impl Clone for VariableAccess
impl Clone for VariableAccess
Source§fn clone(&self) -> VariableAccess
fn clone(&self) -> VariableAccess
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 VariableAccess
impl RefUnwindSafe for VariableAccess
impl Send for VariableAccess
impl Sync for VariableAccess
impl Unpin for VariableAccess
impl UnwindSafe for VariableAccess
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