pub struct IsExposed {}
Implementations§
source§impl IsExposed
impl IsExposed
sourcepub open spec fn view(self) -> Provenance
pub open spec fn view(self) -> Provenance
{ self.provenance() }
sourcepub spec fn provenance(self) -> Provenance
pub spec fn provenance(self) -> Provenance
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsExposed
impl RefUnwindSafe for IsExposed
impl Send for IsExposed
impl Sync for IsExposed
impl Unpin for IsExposed
impl UnwindSafe for IsExposed
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