pub struct AuthenticationData(pub Bytes);
Tuple Fields§
§0: Bytes
Trait Implementations§
Source§impl Clone for AuthenticationData
impl Clone for AuthenticationData
Source§fn clone(&self) -> AuthenticationData
fn clone(&self) -> AuthenticationData
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AuthenticationData
impl Debug for AuthenticationData
Source§impl PartialEq for AuthenticationData
impl PartialEq for AuthenticationData
impl StructuralPartialEq for AuthenticationData
Auto Trait Implementations§
impl !Freeze for AuthenticationData
impl RefUnwindSafe for AuthenticationData
impl Send for AuthenticationData
impl Sync for AuthenticationData
impl Unpin for AuthenticationData
impl UnwindSafe for AuthenticationData
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