pub struct SrpBytesSBSpec {
pub s: Vec<u8>,
pub b: Vec<u8>,
}
Fields§
§s: Vec<u8>
§b: Vec<u8>
Trait Implementations§
Source§impl Clone for SrpBytesSBSpec
impl Clone for SrpBytesSBSpec
Source§fn clone(&self) -> SrpBytesSBSpec
fn clone(&self) -> SrpBytesSBSpec
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 SrpBytesSBSpec
impl Debug for SrpBytesSBSpec
Source§impl Deserialize for SrpBytesSBSpec
impl Deserialize for SrpBytesSBSpec
Source§type Output = SrpBytesSBSpec
type Output = SrpBytesSBSpec
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<SrpBytesSBSpec> for ToClientCommand
impl From<SrpBytesSBSpec> for ToClientCommand
Source§fn from(value: SrpBytesSBSpec) -> Self
fn from(value: SrpBytesSBSpec) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SrpBytesSBSpec
impl PartialEq for SrpBytesSBSpec
Source§impl Serialize for SrpBytesSBSpec
impl Serialize for SrpBytesSBSpec
type Input = SrpBytesSBSpec
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for SrpBytesSBSpec
Auto Trait Implementations§
impl Freeze for SrpBytesSBSpec
impl RefUnwindSafe for SrpBytesSBSpec
impl Send for SrpBytesSBSpec
impl Sync for SrpBytesSBSpec
impl Unpin for SrpBytesSBSpec
impl UnwindSafe for SrpBytesSBSpec
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