Struct TlsByteVecU8
pub struct TlsByteVecU8 { /* private fields */ }
Implementations§
§impl TlsByteVecU8
impl TlsByteVecU8
pub fn new(vec: Vec<u8>) -> TlsByteVecU8
pub fn new(vec: Vec<u8>) -> TlsByteVecU8
Create a new TlsVec
from a Rust Vec.
pub fn from_slice(slice: &[u8]) -> TlsByteVecU8
pub fn from_slice(slice: &[u8]) -> TlsByteVecU8
Create a new TlsVec
from a slice.
pub fn get(&self, index: usize) -> Option<&u8>
pub fn get(&self, index: usize) -> Option<&u8>
Returns a reference to an element or subslice depending on the type of index. XXX: implement SliceIndex instead
pub fn retain<F>(&mut self, f: F)
pub fn retain<F>(&mut self, f: F)
Retains only the elements specified by the predicate.
Trait Implementations§
§impl Borrow<[u8]> for TlsByteVecU8
impl Borrow<[u8]> for TlsByteVecU8
§impl Clone for TlsByteVecU8
impl Clone for TlsByteVecU8
§fn clone(&self) -> TlsByteVecU8
fn clone(&self) -> TlsByteVecU8
Returns a copy 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 more§impl Debug for TlsByteVecU8
impl Debug for TlsByteVecU8
§impl Default for TlsByteVecU8
impl Default for TlsByteVecU8
§fn default() -> TlsByteVecU8
fn default() -> TlsByteVecU8
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for TlsByteVecU8
impl<'de> Deserialize<'de> for TlsByteVecU8
§fn deserialize<D>(
deserializer: D,
) -> Result<TlsByteVecU8, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<TlsByteVecU8, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Deserialize for TlsByteVecU8
impl Deserialize for TlsByteVecU8
§fn tls_deserialize<R>(bytes: &mut R) -> Result<TlsByteVecU8, Error>where
R: Read,
fn tls_deserialize<R>(bytes: &mut R) -> Result<TlsByteVecU8, Error>where
R: Read,
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read more§impl DeserializeBytes for TlsByteVecU8
impl DeserializeBytes for TlsByteVecU8
§fn tls_deserialize_bytes(bytes: &[u8]) -> Result<(TlsByteVecU8, &[u8]), Error>
fn tls_deserialize_bytes(bytes: &[u8]) -> Result<(TlsByteVecU8, &[u8]), Error>
This function deserializes the
bytes
from the provided a &[u8]
and returns the populated struct, as well as the remaining slice. Read more§impl From<&[u8]> for TlsByteVecU8
impl From<&[u8]> for TlsByteVecU8
§fn from(v: &[u8]) -> TlsByteVecU8
fn from(v: &[u8]) -> TlsByteVecU8
Converts to this type from the input type.
§impl From<TlsByteVecU8> for Vec<u8>
impl From<TlsByteVecU8> for Vec<u8>
§impl From<Vec<u8>> for TlsByteVecU8
impl From<Vec<u8>> for TlsByteVecU8
§fn from(v: Vec<u8>) -> TlsByteVecU8
fn from(v: Vec<u8>) -> TlsByteVecU8
Converts to this type from the input type.
§impl FromIterator<u8> for TlsByteVecU8
impl FromIterator<u8> for TlsByteVecU8
§fn from_iter<I>(iter: I) -> TlsByteVecU8where
I: IntoIterator<Item = u8>,
fn from_iter<I>(iter: I) -> TlsByteVecU8where
I: IntoIterator<Item = u8>,
Creates a value from an iterator. Read more
§impl Hash for TlsByteVecU8
impl Hash for TlsByteVecU8
§impl Index<usize> for TlsByteVecU8
impl Index<usize> for TlsByteVecU8
§impl IndexMut<usize> for TlsByteVecU8
impl IndexMut<usize> for TlsByteVecU8
§impl PartialEq for TlsByteVecU8
impl PartialEq for TlsByteVecU8
§impl Serialize for &TlsByteVecU8
impl Serialize for &TlsByteVecU8
§impl Serialize for TlsByteVecU8
impl Serialize for TlsByteVecU8
§impl Serialize for TlsByteVecU8
impl Serialize for TlsByteVecU8
§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
§impl SerializeBytes for TlsByteVecU8
impl SerializeBytes for TlsByteVecU8
§impl Size for &TlsByteVecU8
impl Size for &TlsByteVecU8
fn tls_serialized_len(&self) -> usize
§impl Size for TlsByteVecU8
impl Size for TlsByteVecU8
fn tls_serialized_len(&self) -> usize
impl Eq for TlsByteVecU8
Auto Trait Implementations§
impl Freeze for TlsByteVecU8
impl RefUnwindSafe for TlsByteVecU8
impl Send for TlsByteVecU8
impl Sync for TlsByteVecU8
impl Unpin for TlsByteVecU8
impl UnwindSafe for TlsByteVecU8
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<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more