#[non_exhaustive]pub struct PercentVisibleRangeBuilder { /* private fields */ }Expand description
A builder for PercentVisibleRange.
Implementations§
source§impl PercentVisibleRangeBuilder
impl PercentVisibleRangeBuilder
sourcepub fn build(self) -> PercentVisibleRange
pub fn build(self) -> PercentVisibleRange
Consumes the builder and constructs a PercentVisibleRange.
Trait Implementations§
source§impl Clone for PercentVisibleRangeBuilder
impl Clone for PercentVisibleRangeBuilder
source§fn clone(&self) -> PercentVisibleRangeBuilder
fn clone(&self) -> PercentVisibleRangeBuilder
Returns a copy of the value. Read more
1.0.0 · 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 PercentVisibleRangeBuilder
impl Debug for PercentVisibleRangeBuilder
source§impl Default for PercentVisibleRangeBuilder
impl Default for PercentVisibleRangeBuilder
source§fn default() -> PercentVisibleRangeBuilder
fn default() -> PercentVisibleRangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PercentVisibleRangeBuilder
impl PartialEq for PercentVisibleRangeBuilder
source§fn eq(&self, other: &PercentVisibleRangeBuilder) -> bool
fn eq(&self, other: &PercentVisibleRangeBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PercentVisibleRangeBuilder
Auto Trait Implementations§
impl Freeze for PercentVisibleRangeBuilder
impl RefUnwindSafe for PercentVisibleRangeBuilder
impl Send for PercentVisibleRangeBuilder
impl Sync for PercentVisibleRangeBuilder
impl Unpin for PercentVisibleRangeBuilder
impl UnwindSafe for PercentVisibleRangeBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.