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.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl RefUnwindSafe for UnknownExtension
impl Send for UnknownExtension
impl Sync for UnknownExtension
impl Unpin for UnknownExtension
impl UnwindSafe for UnknownExtension
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more