pub struct SrpBytesASpec {
pub bytes_a: Vec<u8>,
pub based_on: u8,
}
Fields§
§bytes_a: Vec<u8>
§based_on: u8
Trait Implementations§
Source§impl Clone for SrpBytesASpec
impl Clone for SrpBytesASpec
Source§fn clone(&self) -> SrpBytesASpec
fn clone(&self) -> SrpBytesASpec
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SrpBytesASpec
impl Debug for SrpBytesASpec
Source§impl Deserialize for SrpBytesASpec
impl Deserialize for SrpBytesASpec
Source§type Output = SrpBytesASpec
type Output = SrpBytesASpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<SrpBytesASpec> for ToServerCommand
impl From<SrpBytesASpec> for ToServerCommand
Source§fn from(value: SrpBytesASpec) -> Self
fn from(value: SrpBytesASpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SrpBytesASpec
impl PartialEq for SrpBytesASpec
Source§impl Serialize for SrpBytesASpec
impl Serialize for SrpBytesASpec
type Input = SrpBytesASpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for SrpBytesASpec
Auto Trait Implementations§
impl Freeze for SrpBytesASpec
impl RefUnwindSafe for SrpBytesASpec
impl Send for SrpBytesASpec
impl Sync for SrpBytesASpec
impl Unpin for SrpBytesASpec
impl UnwindSafe for SrpBytesASpec
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