pub struct PathSecret {
pub path_secret: SensitiveBytes,
}
Fields§
§path_secret: SensitiveBytes
Trait Implementations§
Source§impl Clone for PathSecret
impl Clone for PathSecret
Source§fn clone(&self) -> PathSecret
fn clone(&self) -> PathSecret
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 moreSource§impl Debug for PathSecret
impl Debug for PathSecret
Source§impl Deserialize for PathSecret
impl Deserialize for PathSecret
Source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moreSource§impl PartialEq for PathSecret
impl PartialEq for PathSecret
Source§impl Serialize for &PathSecret
impl Serialize for &PathSecret
Source§impl Serialize for PathSecret
impl Serialize for PathSecret
Source§impl Size for &PathSecret
impl Size for &PathSecret
fn tls_serialized_len(&self) -> usize
Source§impl Size for PathSecret
impl Size for PathSecret
fn tls_serialized_len(&self) -> usize
impl Eq for PathSecret
impl StructuralPartialEq for PathSecret
Auto Trait Implementations§
impl Freeze for PathSecret
impl RefUnwindSafe for PathSecret
impl Send for PathSecret
impl Sync for PathSecret
impl Unpin for PathSecret
impl UnwindSafe for PathSecret
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