pub enum DelInner {
Delegation(Del),
Capability(Cap),
}
Variants§
Auto Trait Implementations§
impl Freeze for DelInner
impl !ObjSafe for DelInner
impl RefUnwindSafe for DelInner
impl Send for DelInner
impl StoreCopy for DelInner
impl Sync for DelInner
impl Unpin for DelInner
impl UnwindSafe for DelInner
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