pub struct RcA<T, A: Allocator> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<T: Ord, A: Allocator> Ord for RcA<T, A>
impl<T: Ord, A: Allocator> Ord for RcA<T, A>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialOrd, A: Allocator> PartialOrd for RcA<T, A>
impl<T: PartialOrd, A: Allocator> PartialOrd for RcA<T, A>
impl<T: Eq, A: Allocator> Eq for RcA<T, A>
Auto Trait Implementations§
impl<T, A> Freeze for RcA<T, A>
impl<T, A> RefUnwindSafe for RcA<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, A> !Send for RcA<T, A>
impl<T, A> !Sync for RcA<T, A>
impl<T, A> Unpin for RcA<T, A>
impl<T, A> UnsafeUnpin for RcA<T, A>
impl<T, A> UnwindSafe for RcA<T, A>where
A: RefUnwindSafe,
T: RefUnwindSafe,
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> Comparable<K> for Q
impl<Q, K> Comparable<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.