Struct rustc_middle::mir::UnsafetyViolation [−][src]
Fields
source_info: SourceInfo
lint_root: HirId
kind: UnsafetyViolationKind
details: UnsafetyViolationDetails
Trait Implementations
impl Clone for UnsafetyViolation
[src]
fn clone(&self) -> UnsafetyViolation
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for UnsafetyViolation
[src]
impl Debug for UnsafetyViolation
[src]
impl<'tcx, __D: TyDecoder<'tcx>> Decodable<__D> for UnsafetyViolation
[src]
impl<'tcx, __E: TyEncoder<'tcx>> Encodable<__E> for UnsafetyViolation
[src]
impl<'__ctx> HashStable<StableHashingContext<'__ctx>> for UnsafetyViolation
[src]
fn hash_stable(
&self,
__hcx: &mut StableHashingContext<'__ctx>,
__hasher: &mut StableHasher
)
[src]
&self,
__hcx: &mut StableHashingContext<'__ctx>,
__hasher: &mut StableHasher
)
impl PartialEq<UnsafetyViolation> for UnsafetyViolation
[src]
fn eq(&self, other: &UnsafetyViolation) -> bool
[src]
fn ne(&self, other: &UnsafetyViolation) -> bool
[src]
impl StructuralPartialEq for UnsafetyViolation
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnsafetyViolation
impl !Send for UnsafetyViolation
impl !Sync for UnsafetyViolation
impl Unpin for UnsafetyViolation
impl UnwindSafe for UnsafetyViolation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<'tcx, T> ArenaAllocatable<'tcx, ()> for T where
T: Copy,
[src]
T: Copy,
pub fn allocate_on(Self, &'a Arena<'tcx>) -> &'a mut T
[src]
pub fn allocate_from_iter(
&'a Arena<'tcx>,
impl IntoIterator<Item = T>
) -> &'a mut [T]ⓘ
[src]
&'a Arena<'tcx>,
impl IntoIterator<Item = T>
) -> &'a mut [T]ⓘ
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeResult<T> for T
[src]
type Error = !
pub fn from(Result<T, <T as MaybeResult<T>>::Error>) -> T
[src]
pub fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.