pub struct AuthPath { /* private fields */ }Expand description
An authentication path: one optional sibling per tree level (0 = nearest the
leaf). None denotes an empty-default sibling the verifier recomputes.
Trait Implementations§
impl Eq for AuthPath
impl StructuralPartialEq for AuthPath
Auto Trait Implementations§
impl Freeze for AuthPath
impl RefUnwindSafe for AuthPath
impl Send for AuthPath
impl Sync for AuthPath
impl Unpin for AuthPath
impl UnsafeUnpin for AuthPath
impl UnwindSafe for AuthPath
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