pub struct LowercaseStartRule;Trait Implementations§
Auto Trait Implementations§
impl Freeze for LowercaseStartRule
impl RefUnwindSafe for LowercaseStartRule
impl Send for LowercaseStartRule
impl Sync for LowercaseStartRule
impl Unpin for LowercaseStartRule
impl UnsafeUnpin for LowercaseStartRule
impl UnwindSafe for LowercaseStartRule
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