Struct byte_aes::cryptor::BytesWrapper
source · pub struct BytesWrapper<T>(/* private fields */);Trait Implementations§
source§impl IntoBytes<()> for BytesWrapper<BytesWrapper<&String>>
impl IntoBytes<()> for BytesWrapper<BytesWrapper<&String>>
fn into_bytes(self) -> Vec<u8>
source§impl<T: IntoBytes<U>, U> IntoBytes<U> for BytesWrapper<T>
impl<T: IntoBytes<U>, U> IntoBytes<U> for BytesWrapper<T>
fn into_bytes(self) -> Vec<u8>
Auto Trait Implementations§
impl<T> RefUnwindSafe for BytesWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for BytesWrapper<T>where
T: Send,
impl<T> Sync for BytesWrapper<T>where
T: Sync,
impl<T> Unpin for BytesWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for BytesWrapper<T>where
T: UnwindSafe,
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