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