pub struct Codepoint;Expand description
See codepoint
Trait Implementations§
Source§impl Pattern for Codepoint
impl Pattern for Codepoint
impl Copy for Codepoint
Auto Trait Implementations§
impl Freeze for Codepoint
impl RefUnwindSafe for Codepoint
impl Send for Codepoint
impl Sync for Codepoint
impl Unpin for Codepoint
impl UnwindSafe for Codepoint
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