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