#[doc(hidden)] pub enum BecauseImmutable {}Expand description
Unsynchronized reads are permitted because no live Ptrs or
references permit interior mutation.
Trait Implementations§
Source§impl Clone for BecauseImmutable
impl Clone for BecauseImmutable
Source§fn clone(&self) -> BecauseImmutable
fn clone(&self) -> BecauseImmutable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more