Struct cri_ref::native_cbor::RefIsRelative
source · [−]pub struct RefIsRelative;Expand description
Error type of conversions from a CRI reference to a CRI
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RefIsRelative
impl Send for RefIsRelative
impl Sync for RefIsRelative
impl Unpin for RefIsRelative
impl UnwindSafe for RefIsRelative
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more