Struct symmetric_cipher::View
source · pub(crate) struct View<T: AsRef<[u8]>>(pub T);
Tuple Fields§
§0: T
Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for View<T>where T: RefUnwindSafe,
impl<T> Send for View<T>where T: Send,
impl<T> Sync for View<T>where T: Sync,
impl<T> Unpin for View<T>where T: Unpin,
impl<T> UnwindSafe for View<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