pub struct AsciiOnly;Trait Implementations§
impl Copy for AsciiOnly
impl Eq for AsciiOnly
impl StructuralPartialEq for AsciiOnly
Auto Trait Implementations§
impl Freeze for AsciiOnly
impl RefUnwindSafe for AsciiOnly
impl Send for AsciiOnly
impl Sync for AsciiOnly
impl Unpin for AsciiOnly
impl UnwindSafe for AsciiOnly
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