pub struct ObfStr { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ObfStr
impl RefUnwindSafe for ObfStr
impl Send for ObfStr
impl Sync for ObfStr
impl Unpin for ObfStr
impl UnwindSafe for ObfStr
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