pub struct PrettyBlock {
pub range: Range<usize>,
pub state: PrettyState,
}Fields§
§range: Range<usize>§state: PrettyStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for PrettyBlock
impl RefUnwindSafe for PrettyBlock
impl Send for PrettyBlock
impl Sync for PrettyBlock
impl Unpin for PrettyBlock
impl UnwindSafe for PrettyBlock
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