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