pub struct ID_CONTINUE { /* private fields */ }Methods from Deref<Target = CharFilter>§
Trait Implementations§
Source§impl Deref for ID_CONTINUE
impl Deref for ID_CONTINUE
Source§type Target = CharFilter
type Target = CharFilter
The resulting type after dereferencing.
Source§fn deref(&self) -> &CharFilter
fn deref(&self) -> &CharFilter
Dereferences the value.
impl LazyStatic for ID_CONTINUE
Auto Trait Implementations§
impl Freeze for ID_CONTINUE
impl RefUnwindSafe for ID_CONTINUE
impl Send for ID_CONTINUE
impl Sync for ID_CONTINUE
impl Unpin for ID_CONTINUE
impl UnwindSafe for ID_CONTINUE
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