pub struct SavedContext { /* private fields */ }Expand description
Indentation state of the context a parenthesized group was opened in.
Auto Trait Implementations§
impl Freeze for SavedContext
impl RefUnwindSafe for SavedContext
impl Send for SavedContext
impl Sync for SavedContext
impl Unpin for SavedContext
impl UnsafeUnpin for SavedContext
impl UnwindSafe for SavedContext
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