pub struct UnknownExtension {
pub data: Vec<u8>,
}Fields§
§data: Vec<u8>Trait Implementations§
Source§impl Clone for UnknownExtension
impl Clone for UnknownExtension
Source§fn clone(&self) -> UnknownExtension
fn clone(&self) -> UnknownExtension
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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<'de> Deserialize<'de> for UnknownExtension
impl<'de> Deserialize<'de> for UnknownExtension
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UnknownExtension
impl RefUnwindSafe for UnknownExtension
impl Send for UnknownExtension
impl Sync for UnknownExtension
impl Unpin for UnknownExtension
impl UnsafeUnpin 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