pub struct EbrGuard(/* private fields */);Expand description
EbrGuard allows to access entries of Idr.
Wraps sdd::Guard in order to avoid potential breaking changes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EbrGuard
impl !RefUnwindSafe for EbrGuard
impl !Send for EbrGuard
impl !Sync for EbrGuard
impl Unpin for EbrGuard
impl UnwindSafe for EbrGuard
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