pub struct AuthenticatedContentRef<'a> {
pub wire_format: &'a WireFormat,
pub content: &'a FramedContent,
pub auth: &'a FramedContentAuthData,
}
Fields§
§wire_format: &'a WireFormat
§content: &'a FramedContent
§auth: &'a FramedContentAuthData
Trait Implementations§
Source§impl<'a> Clone for AuthenticatedContentRef<'a>
impl<'a> Clone for AuthenticatedContentRef<'a>
Source§fn clone(&self) -> AuthenticatedContentRef<'a>
fn clone(&self) -> AuthenticatedContentRef<'a>
Returns a duplicate 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<'a> Debug for AuthenticatedContentRef<'a>
impl<'a> Debug for AuthenticatedContentRef<'a>
Source§impl<'a> PartialEq for AuthenticatedContentRef<'a>
impl<'a> PartialEq for AuthenticatedContentRef<'a>
Source§impl<'a> Serialize for &AuthenticatedContentRef<'a>
impl<'a> Serialize for &AuthenticatedContentRef<'a>
Source§impl<'a> Serialize for AuthenticatedContentRef<'a>
impl<'a> Serialize for AuthenticatedContentRef<'a>
Source§impl<'a> Serialize for AuthenticatedContentRef<'a>
impl<'a> Serialize for AuthenticatedContentRef<'a>
Source§impl<'a> Size for &AuthenticatedContentRef<'a>
impl<'a> Size for &AuthenticatedContentRef<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for AuthenticatedContentRef<'a>
impl<'a> Size for AuthenticatedContentRef<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Eq for AuthenticatedContentRef<'a>
impl<'a> StructuralPartialEq for AuthenticatedContentRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for AuthenticatedContentRef<'a>
impl<'a> RefUnwindSafe for AuthenticatedContentRef<'a>
impl<'a> Send for AuthenticatedContentRef<'a>
impl<'a> Sync for AuthenticatedContentRef<'a>
impl<'a> Unpin for AuthenticatedContentRef<'a>
impl<'a> UnwindSafe for AuthenticatedContentRef<'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