pub struct DescriptorDumpOptions {
pub show_literals: bool,
pub show_result_ids: bool,
pub max_ops_per_body: usize,
}Fields§
§show_literals: bool§show_result_ids: bool§max_ops_per_body: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DescriptorDumpOptions
impl RefUnwindSafe for DescriptorDumpOptions
impl Send for DescriptorDumpOptions
impl Sync for DescriptorDumpOptions
impl Unpin for DescriptorDumpOptions
impl UnsafeUnpin for DescriptorDumpOptions
impl UnwindSafe for DescriptorDumpOptions
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