pub struct AnyChar {
pub pos: Pos,
pub ch: char,
}
Fields§
§pos: Pos
§ch: char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyChar
impl RefUnwindSafe for AnyChar
impl Send for AnyChar
impl Sync for AnyChar
impl Unpin for AnyChar
impl UnwindSafe for AnyChar
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