pub struct SabrePayload { /* private fields */ }Expand description
Native implementation for SabrePayload
Implementations§
Trait Implementations§
Source§impl Clone for SabrePayload
impl Clone for SabrePayload
Source§fn clone(&self) -> SabrePayload
fn clone(&self) -> SabrePayload
Returns a duplicate 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 moreSource§impl Debug for SabrePayload
impl Debug for SabrePayload
Source§impl FromBytes<SabrePayload> for SabrePayload
impl FromBytes<SabrePayload> for SabrePayload
fn from_bytes(bytes: &[u8]) -> Result<SabrePayload, ProtoConversionError>
Source§impl FromNative<SabrePayload> for SabrePayload
impl FromNative<SabrePayload> for SabrePayload
fn from_native(native: SabrePayload) -> Result<Self, ProtoConversionError>
Source§impl FromProto<SabrePayload> for SabrePayload
impl FromProto<SabrePayload> for SabrePayload
fn from_proto(proto: SabrePayload) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for SabrePayload
impl IntoBytes for SabrePayload
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<SabrePayload> for SabrePayload
impl IntoNative<SabrePayload> for SabrePayload
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<SabrePayload> for SabrePayload
impl IntoProto<SabrePayload> for SabrePayload
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for SabrePayload
impl PartialEq for SabrePayload
impl StructuralPartialEq for SabrePayload
Auto Trait Implementations§
impl Freeze for SabrePayload
impl RefUnwindSafe for SabrePayload
impl Send for SabrePayload
impl Sync for SabrePayload
impl Unpin for SabrePayload
impl UnwindSafe for SabrePayload
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> DefaultFeatures<'a> for T
impl<'a, T> DefaultFeatures<'a> for T
Source§fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn DefaultFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.Source§impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
impl<'a, T> NonSyncFeatures<'a> for Twhere
T: 'a + Clone,
Source§fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
fn clone_boxed(&self) -> Box<dyn NonSyncFeatures<'a>>
Clone this value, and then immediately put it into a
Box
behind a trait object of this trait.