Struct idr_ebr::OwnedEntry
source · pub struct OwnedEntry<T>(/* private fields */);Expand description
An owned handle that allows access to an occupied entry in an IDR.
See Idr::get_owned() for more details.
Trait Implementations§
source§impl<T> Clone for OwnedEntry<T>
impl<T> Clone for OwnedEntry<T>
source§impl<T: Debug> Debug for OwnedEntry<T>
impl<T: Debug> Debug for OwnedEntry<T>
source§impl<T> Deref for OwnedEntry<T>
impl<T> Deref for OwnedEntry<T>
source§impl<T: PartialEq<T>> PartialEq<T> for OwnedEntry<T>
impl<T: PartialEq<T>> PartialEq<T> for OwnedEntry<T>
Auto Trait Implementations§
impl<T> Freeze for OwnedEntry<T>
impl<T> !RefUnwindSafe for OwnedEntry<T>
impl<T> Send for OwnedEntry<T>where
T: Send,
impl<T> Sync for OwnedEntry<T>where
T: Sync,
impl<T> Unpin for OwnedEntry<T>
impl<T> UnwindSafe for OwnedEntry<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