pub struct FixedExampleSelector { /* private fields */ }Expand description
Returns the configured examples verbatim, regardless of input.
Implementations§
Trait Implementations§
Source§impl Clone for FixedExampleSelector
impl Clone for FixedExampleSelector
Source§fn clone(&self) -> FixedExampleSelector
fn clone(&self) -> FixedExampleSelector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FixedExampleSelector
impl Debug for FixedExampleSelector
Auto Trait Implementations§
impl Freeze for FixedExampleSelector
impl RefUnwindSafe for FixedExampleSelector
impl Send for FixedExampleSelector
impl Sync for FixedExampleSelector
impl Unpin for FixedExampleSelector
impl UnsafeUnpin for FixedExampleSelector
impl UnwindSafe for FixedExampleSelector
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