pub struct AssertionObject(pub Vec<Assertion>);Tuple Fields§
§0: Vec<Assertion>Implementations§
Source§impl AssertionObject
impl AssertionObject
pub fn u2f_sign_data(&self) -> Vec<u8> ⓘ
Trait Implementations§
Source§impl Debug for AssertionObject
impl Debug for AssertionObject
Source§impl PartialEq for AssertionObject
impl PartialEq for AssertionObject
impl StructuralPartialEq for AssertionObject
Auto Trait Implementations§
impl Freeze for AssertionObject
impl RefUnwindSafe for AssertionObject
impl Send for AssertionObject
impl Sync for AssertionObject
impl Unpin for AssertionObject
impl UnwindSafe for AssertionObject
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