pub struct CompactPfx;
Expand description
Config indicating compact representation with prefixing but no capitalization.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompactPfx
impl RefUnwindSafe for CompactPfx
impl Send for CompactPfx
impl Sync for CompactPfx
impl Unpin for CompactPfx
impl UnwindSafe for CompactPfx
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