[−][src]Struct devolutions_crypto::Header
Fields
signature: u16data_type: DataTypedata_subtype: M::Subtypeversion: M::VersionMethods
impl Header<()>[src]
Trait Implementations
impl<M: Clone> Clone for Header<M> where
M: HeaderType,
M::Subtype: Clone,
M::Version: Clone, [src]
M: HeaderType,
M::Subtype: Clone,
M::Version: Clone,
impl<M: Debug> Debug for Header<M> where
M: HeaderType,
M::Subtype: Debug,
M::Version: Debug, [src]
M: HeaderType,
M::Subtype: Debug,
M::Version: Debug,
impl<M> Default for Header<M> where
M: HeaderType, [src]
M: HeaderType,
impl<M> From<Header<M>> for Vec<u8> where
M: HeaderType, [src]
M: HeaderType,
impl<'_, M> TryFrom<&'_ [u8]> for Header<M> where
M: HeaderType, [src]
M: HeaderType,
Auto Trait Implementations
impl<M> RefUnwindSafe for Header<M> where
<M as HeaderType>::Subtype: RefUnwindSafe,
<M as HeaderType>::Version: RefUnwindSafe,
<M as HeaderType>::Subtype: RefUnwindSafe,
<M as HeaderType>::Version: RefUnwindSafe,
impl<M> Send for Header<M> where
<M as HeaderType>::Subtype: Send,
<M as HeaderType>::Version: Send,
<M as HeaderType>::Subtype: Send,
<M as HeaderType>::Version: Send,
impl<M> Sync for Header<M> where
<M as HeaderType>::Subtype: Sync,
<M as HeaderType>::Version: Sync,
<M as HeaderType>::Subtype: Sync,
<M as HeaderType>::Version: Sync,
impl<M> Unpin for Header<M> where
<M as HeaderType>::Subtype: Unpin,
<M as HeaderType>::Version: Unpin,
<M as HeaderType>::Subtype: Unpin,
<M as HeaderType>::Version: Unpin,
impl<M> UnwindSafe for Header<M> where
<M as HeaderType>::Subtype: UnwindSafe,
<M as HeaderType>::Version: UnwindSafe,
<M as HeaderType>::Subtype: UnwindSafe,
<M as HeaderType>::Version: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,