pub struct T_STRING_W<'a> { /* private fields */ }
Expand description
Field T_STRING
writer - sha t_string(used if and only if mode == sha_256/t)
Implementations
sourceimpl<'a> T_STRING_W<'a>
impl<'a> T_STRING_W<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for T_STRING_W<'a>
impl<'a> Send for T_STRING_W<'a>
impl<'a> Sync for T_STRING_W<'a>
impl<'a> Unpin for T_STRING_W<'a>
impl<'a> !UnwindSafe for T_STRING_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more