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