pub struct AuthenticationData<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> Debug for AuthenticationData<'a>
impl<'a> Debug for AuthenticationData<'a>
Source§impl<'a> From<&'a [u8]> for AuthenticationData<'a>
impl<'a> From<&'a [u8]> for AuthenticationData<'a>
Source§impl<'a> PartialEq for AuthenticationData<'a>
impl<'a> PartialEq for AuthenticationData<'a>
Source§fn eq(&self, other: &AuthenticationData<'a>) -> bool
fn eq(&self, other: &AuthenticationData<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> Property<'a, &'a [u8]> for AuthenticationData<'a>
impl<'a> Property<'a, &'a [u8]> for AuthenticationData<'a>
Source§impl<'a> Read<'a> for AuthenticationData<'a>
impl<'a> Read<'a> for AuthenticationData<'a>
Source§impl Write for AuthenticationData<'_>
impl Write for AuthenticationData<'_>
impl<'a> StructuralPartialEq for AuthenticationData<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticationData<'a>
impl<'a> RefUnwindSafe for AuthenticationData<'a>
impl<'a> Send for AuthenticationData<'a>
impl<'a> Sync for AuthenticationData<'a>
impl<'a> Unpin for AuthenticationData<'a>
impl<'a> UnsafeUnpin for AuthenticationData<'a>
impl<'a> UnwindSafe for AuthenticationData<'a>
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