pub struct AmbiguousArrayReference { /* private fields */ }Expand description
Extracted structural facts available to rules and callers.
Implementations§
Source§impl AmbiguousArrayReference
impl AmbiguousArrayReference
pub fn reference_id(&self) -> ReferenceId
pub fn diagnostic_span(&self) -> Span
Trait Implementations§
Source§impl Clone for AmbiguousArrayReference
impl Clone for AmbiguousArrayReference
Source§fn clone(&self) -> AmbiguousArrayReference
fn clone(&self) -> AmbiguousArrayReference
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 moreimpl Copy for AmbiguousArrayReference
Source§impl Debug for AmbiguousArrayReference
impl Debug for AmbiguousArrayReference
impl Eq for AmbiguousArrayReference
Source§impl PartialEq for AmbiguousArrayReference
impl PartialEq for AmbiguousArrayReference
impl StructuralPartialEq for AmbiguousArrayReference
Auto Trait Implementations§
impl Freeze for AmbiguousArrayReference
impl RefUnwindSafe for AmbiguousArrayReference
impl Send for AmbiguousArrayReference
impl Sync for AmbiguousArrayReference
impl Unpin for AmbiguousArrayReference
impl UnsafeUnpin for AmbiguousArrayReference
impl UnwindSafe for AmbiguousArrayReference
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