pub struct LiveAt;Expand description
Soundness marker for live_at.
Trait Implementations§
impl Copy for LiveAt
impl Eq for LiveAt
Source§impl SoundnessTagged for LiveAt
impl SoundnessTagged for LiveAt
impl StructuralPartialEq for LiveAt
Auto Trait Implementations§
impl Freeze for LiveAt
impl RefUnwindSafe for LiveAt
impl Send for LiveAt
impl Sync for LiveAt
impl Unpin for LiveAt
impl UnsafeUnpin for LiveAt
impl UnwindSafe for LiveAt
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.