pub struct SelectorDisplayOptions { /* private fields */ }
Expand description
Settings for how to constrtuct a displayable string from a
fidl_fuchsia_diagnostics::Selector
.
Implementations§
Source§impl SelectorDisplayOptions
impl SelectorDisplayOptions
Sourcepub fn never_wrap_in_quotes() -> Self
pub fn never_wrap_in_quotes() -> Self
Causes a selector to never be wrapped in exterior quotes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SelectorDisplayOptions
impl RefUnwindSafe for SelectorDisplayOptions
impl Send for SelectorDisplayOptions
impl Sync for SelectorDisplayOptions
impl Unpin for SelectorDisplayOptions
impl UnwindSafe for SelectorDisplayOptions
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