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