pub struct UnknownExtension {
pub typ: ExtensionType,
pub payload: Payload,
}
Fields
typ: ExtensionType
payload: Payload
Trait Implementations
sourceimpl Clone for UnknownExtension
impl Clone for UnknownExtension
sourcefn clone(&self) -> UnknownExtension
fn clone(&self) -> UnknownExtension
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UnknownExtension
impl Debug for UnknownExtension
Auto Trait Implementations
impl RefUnwindSafe for UnknownExtension
impl Send for UnknownExtension
impl Sync for UnknownExtension
impl Unpin for UnknownExtension
impl UnwindSafe for UnknownExtension
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Uses borrowed data to replace owned data, usually by cloning. Read more