pub struct AllCapsRule;Expand description
ALL CAPS title.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllCapsRule
impl RefUnwindSafe for AllCapsRule
impl Send for AllCapsRule
impl Sync for AllCapsRule
impl Unpin for AllCapsRule
impl UnsafeUnpin for AllCapsRule
impl UnwindSafe for AllCapsRule
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