Struct digest::core_api::ct_variable::NoOid
source · pub struct NoOid;
Expand description
Dummy type used with CtVariableCoreWrapper
in cases when
resulting hash does not have a known OID.
Trait Implementations§
impl Copy for NoOid
impl Eq for NoOid
impl StructuralPartialEq for NoOid
Auto Trait Implementations§
impl Freeze for NoOid
impl RefUnwindSafe for NoOid
impl Send for NoOid
impl Sync for NoOid
impl Unpin for NoOid
impl UnwindSafe for NoOid
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)