pub struct TextOptions {
pub fold_width: usize,
pub show_idle_wires: bool,
pub show_barriers: bool,
pub max_qubits: Option<usize>,
pub max_moments: Option<usize>,
}Fields§
§fold_width: usize§show_idle_wires: bool§show_barriers: bool§max_qubits: Option<usize>§max_moments: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextOptions
impl RefUnwindSafe for TextOptions
impl Send for TextOptions
impl Sync for TextOptions
impl Unpin for TextOptions
impl UnsafeUnpin for TextOptions
impl UnwindSafe for TextOptions
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