Struct red4ext_rs::types::RaRef
source · pub struct RaRef<T>(/* private fields */);
Expand description
An asynchronous resource reference.
Implementations§
Trait Implementations§
source§impl<T> Ord for RaRef<T>
impl<T> Ord for RaRef<T>
source§impl<T> PartialEq for RaRef<T>
impl<T> PartialEq for RaRef<T>
source§impl<T> PartialOrd for RaRef<T>
impl<T> PartialOrd for RaRef<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T: Copy> Copy for RaRef<T>
impl<T> Eq for RaRef<T>
Auto Trait Implementations§
impl<T> Freeze for RaRef<T>
impl<T> RefUnwindSafe for RaRef<T>where
T: RefUnwindSafe,
impl<T> Send for RaRef<T>where
T: Send,
impl<T> Sync for RaRef<T>where
T: Sync,
impl<T> Unpin for RaRef<T>where
T: Unpin,
impl<T> UnwindSafe for RaRef<T>where
T: UnwindSafe,
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