Struct precis_tools::Ascii7Gen
source · pub struct Ascii7Gen {}
Expand description
Generates the ASCII7
table required by the PRECIS framework.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ascii7Gen
impl RefUnwindSafe for Ascii7Gen
impl Send for Ascii7Gen
impl Sync for Ascii7Gen
impl Unpin for Ascii7Gen
impl UnwindSafe for Ascii7Gen
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