pub struct DecodedString { /* private fields */ }Expand description
Decoded string plus its raw decrypted bytes.
Implementations§
Trait Implementations§
Source§impl Clone for DecodedString
impl Clone for DecodedString
Source§fn clone(&self) -> DecodedString
fn clone(&self) -> DecodedString
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DecodedString
impl Debug for DecodedString
impl Eq for DecodedString
Source§impl PartialEq for DecodedString
impl PartialEq for DecodedString
impl StructuralPartialEq for DecodedString
Auto Trait Implementations§
impl Freeze for DecodedString
impl RefUnwindSafe for DecodedString
impl Send for DecodedString
impl Sync for DecodedString
impl Unpin for DecodedString
impl UnsafeUnpin for DecodedString
impl UnwindSafe for DecodedString
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