pub struct EmptyTitleRule;Expand description
Title is empty or whitespace only.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyTitleRule
impl RefUnwindSafe for EmptyTitleRule
impl Send for EmptyTitleRule
impl Sync for EmptyTitleRule
impl Unpin for EmptyTitleRule
impl UnsafeUnpin for EmptyTitleRule
impl UnwindSafe for EmptyTitleRule
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