Enum LogTime

Source
pub enum LogTime {}
Expand description

Indicates that a cloning operation operates in logarithmic time or faster.

Trait Implementations§

Source§

impl<T, const N: usize> IndependentClone<LogTime> for [T; N]

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1,)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>, T8: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>, T8: IndependentClone<LogTime>, T9: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>, T8: IndependentClone<LogTime>, T9: IndependentClone<LogTime>, T10: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>, T8: IndependentClone<LogTime>, T9: IndependentClone<LogTime>, T10: IndependentClone<LogTime>, T11: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: IndependentClone<LogTime>, T2: IndependentClone<LogTime>, T3: IndependentClone<LogTime>, T4: IndependentClone<LogTime>, T5: IndependentClone<LogTime>, T6: IndependentClone<LogTime>, T7: IndependentClone<LogTime>, T8: IndependentClone<LogTime>, T9: IndependentClone<LogTime>, T10: IndependentClone<LogTime>, T11: IndependentClone<LogTime>, T12: IndependentClone<LogTime>> IndependentClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Arc<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Cell<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T: IndependentClone<LogTime>> IndependentClone<LogTime> for ManuallyDrop<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T: IndependentClone<LogTime>> IndependentClone<LogTime> for Mutex<T>

Source§

fn independent_clone(&self) -> Self

§Panics or Deadlocks

Panics if the Mutex is poisoned.

Will either panic or deadlock if the current thread already holds the mutex.

Source§

impl<T: IndependentClone<LogTime>> IndependentClone<LogTime> for Option<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Pin<Arc<T>>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Pin<Rc<T>>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Rc<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T: IndependentClone<LogTime>> IndependentClone<LogTime> for RefCell<T>

Source§

fn independent_clone(&self) -> Self

§Panics

Panics if the value is currently mutably borrowed.

Source§

impl<T: IndependentClone<LogTime>, E: IndependentClone<LogTime>> IndependentClone<LogTime> for Result<T, E>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T: IndependentClone<LogTime>> IndependentClone<LogTime> for RwLock<T>

Source§

fn independent_clone(&self) -> Self

§Panics

Panics if the RwLock is poisoned.

Source§

impl<T: NonRecursive + IndependentClone<ConstantTime>> IndependentClone<LogTime> for T

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Weak<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T> IndependentClone<LogTime> for Weak<T>

Source§

fn independent_clone(&self) -> Self

Get a deep clone of a value, which does not share any semantically-important mutable state. Read more
Source§

impl<T1: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1,)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>, T8: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>, T8: MirroredClone<LogTime>, T9: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>, T8: MirroredClone<LogTime>, T9: MirroredClone<LogTime>, T10: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>, T8: MirroredClone<LogTime>, T9: MirroredClone<LogTime>, T10: MirroredClone<LogTime>, T11: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T1: MirroredClone<LogTime>, T2: MirroredClone<LogTime>, T3: MirroredClone<LogTime>, T4: MirroredClone<LogTime>, T5: MirroredClone<LogTime>, T6: MirroredClone<LogTime>, T7: MirroredClone<LogTime>, T8: MirroredClone<LogTime>, T9: MirroredClone<LogTime>, T10: MirroredClone<LogTime>, T11: MirroredClone<LogTime>, T12: MirroredClone<LogTime>> MirroredClone<LogTime> for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T: NonRecursive + MirroredClone<ConstantTime>> MirroredClone<LogTime> for T

Source§

fn mirrored_clone(&self) -> Self

Get a clone that shares all semantically-important mutable state with its source. Read more
Source§

impl<T: NonRecursive + MixedClone<ConstantTime>> MixedClone<LogTime> for T

Source§

fn mixed_clone(&self) -> Self

Get a clone that could share some but not all semantically-important mutable state. Read more
Source§

impl Speed for LogTime

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.