Struct geo_aid::script::HashableRc
source · pub struct HashableRc<T: ?Sized>(/* private fields */);Implementations§
Trait Implementations§
source§impl<T: ?Sized> Deref for HashableRc<T>
impl<T: ?Sized> Deref for HashableRc<T>
source§impl<T: ?Sized> Hash for HashableRc<T>
impl<T: ?Sized> Hash for HashableRc<T>
source§impl<T: ?Sized> PartialEq<HashableRc<T>> for HashableRc<T>
impl<T: ?Sized> PartialEq<HashableRc<T>> for HashableRc<T>
impl<T: ?Sized> Eq for HashableRc<T>
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for HashableRc<T>where T: RefUnwindSafe,
impl<T> !Send for HashableRc<T>
impl<T> !Sync for HashableRc<T>
impl<T: ?Sized> Unpin for HashableRc<T>
impl<T: ?Sized> UnwindSafe for HashableRc<T>where 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