pub struct DecodedStr {
pub text: String,
pub lossy: bool,
}Fields§
§text: String§lossy: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DecodedStr
impl RefUnwindSafe for DecodedStr
impl Send for DecodedStr
impl Sync for DecodedStr
impl Unpin for DecodedStr
impl UnsafeUnpin for DecodedStr
impl UnwindSafe for DecodedStr
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