pub struct UnknownExtension {
pub(crate) typ: ExtensionType,
pub(crate) payload: Payload<'static>,
}
Fields§
§typ: ExtensionType
§payload: Payload<'static>
Implementations§
Trait Implementations§
Source§impl Clone for UnknownExtension
impl Clone for UnknownExtension
Source§fn clone(&self) -> UnknownExtension
fn clone(&self) -> UnknownExtension
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 UnknownExtension
impl Debug for UnknownExtension
Source§impl PartialEq for UnknownExtension
impl PartialEq for UnknownExtension
impl StructuralPartialEq for UnknownExtension
Auto Trait Implementations§
impl Freeze for UnknownExtension
impl RefUnwindSafe for UnknownExtension
impl Send for UnknownExtension
impl Sync for UnknownExtension
impl Unpin for UnknownExtension
impl UnwindSafe for UnknownExtension
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