Struct tendril::IncompleteUtf8
source · pub struct IncompleteUtf8(/* private fields */);
Implementations§
Auto Trait Implementations§
impl Freeze for IncompleteUtf8
impl RefUnwindSafe for IncompleteUtf8
impl Send for IncompleteUtf8
impl Sync for IncompleteUtf8
impl Unpin for IncompleteUtf8
impl UnwindSafe for IncompleteUtf8
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