Struct heron::rapier_plugin::rapier::crossbeam::sync::ShardedLockWriteGuard[]

pub struct ShardedLockWriteGuard<'a, T> where
    T: ?Sized
{ /* fields omitted */ }

A guard used to release the exclusive write access of a ShardedLock when dropped.

Trait Implementations

impl<'_, T> Debug for ShardedLockWriteGuard<'_, T> where
    T: Debug

impl<'_, T> Deref for ShardedLockWriteGuard<'_, T> where
    T: ?Sized

type Target = T

The resulting type after dereferencing.

impl<'_, T> DerefMut for ShardedLockWriteGuard<'_, T> where
    T: ?Sized

impl<'_, T> Display for ShardedLockWriteGuard<'_, T> where
    T: Display + ?Sized

impl<'_, T> Drop for ShardedLockWriteGuard<'_, T> where
    T: ?Sized

impl<'_, T> Sync for ShardedLockWriteGuard<'_, T> where
    T: Sync + ?Sized

Auto Trait Implementations

impl<'a, T: ?Sized> RefUnwindSafe for ShardedLockWriteGuard<'a, T>[src]

impl<'a, T> !Send for ShardedLockWriteGuard<'a, T>[src]

impl<'a, T: ?Sized> Unpin for ShardedLockWriteGuard<'a, T>[src]

impl<'a, T: ?Sized> UnwindSafe for ShardedLockWriteGuard<'a, T>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Any for T where
    T: Any

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Downcast for T where
    T: Any

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,