pub struct AsciiOnly;Trait Implementations§
Source§impl FormatPolicy for AsciiOnly
impl FormatPolicy for AsciiOnly
fn check_format(s: &str) -> bool
fn const_check_format(s: &'static str) -> bool
impl Copy 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