pub struct EncodedTextLen;Expand description
EncodedTextLen (354).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedTextLen
impl RefUnwindSafe for EncodedTextLen
impl Send for EncodedTextLen
impl Sync for EncodedTextLen
impl Unpin for EncodedTextLen
impl UnsafeUnpin for EncodedTextLen
impl UnwindSafe for EncodedTextLen
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