pub struct UnknownExtension {
pub typ: ExtensionType,
pub payload: Payload,
}
Fields§
§typ: ExtensionType
§payload: Payload
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 more