pub struct transparencyProofSgx { /* private fields */ }Methods from Deref<Target = ObjectIdentifier>§
Sourcepub fn components(&self) -> &Vec<u64>
pub fn components(&self) -> &Vec<u64>
Borrows its internal vector of components.
§Examples
use yasna::models::ObjectIdentifier;
let pkcs1 = ObjectIdentifier::from_slice(&
[1, 2, 840, 113549, 1, 1]);
let components : &Vec<u64> = pkcs1.components();Trait Implementations§
Source§impl Deref for transparencyProofSgx
impl Deref for transparencyProofSgx
Source§type Target = ObjectIdentifier
type Target = ObjectIdentifier
The resulting type after dereferencing.
Source§fn deref(&self) -> &ObjectIdentifier
fn deref(&self) -> &ObjectIdentifier
Dereferences the value.
impl LazyStatic for transparencyProofSgx
Auto Trait Implementations§
impl Freeze for transparencyProofSgx
impl RefUnwindSafe for transparencyProofSgx
impl Send for transparencyProofSgx
impl Sync for transparencyProofSgx
impl Unpin for transparencyProofSgx
impl UnwindSafe for transparencyProofSgx
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