Struct SpcRelaxedPeMarkerCheck
pub struct SpcRelaxedPeMarkerCheck<'a> { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SpcRelaxedPeMarkerCheck<'a>
impl<'a> !RefUnwindSafe for SpcRelaxedPeMarkerCheck<'a>
impl<'a> !Send for SpcRelaxedPeMarkerCheck<'a>
impl<'a> !Sync for SpcRelaxedPeMarkerCheck<'a>
impl<'a> Unpin for SpcRelaxedPeMarkerCheck<'a>
impl<'a> !UnwindSafe for SpcRelaxedPeMarkerCheck<'a>
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