pub struct UnstableInput { /* private fields */ }Implementations§
Source§impl UnstableInput
impl UnstableInput
Sourcepub fn builder() -> UnstableInputBuilder
pub fn builder() -> UnstableInputBuilder
Create an instance of UnstableInput using the builder syntax
Trait Implementations§
Source§impl Clone for UnstableInput
impl Clone for UnstableInput
Source§fn clone(&self) -> UnstableInput
fn clone(&self) -> UnstableInput
Returns a duplicate 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 UnstableInput
impl Debug for UnstableInput
Source§impl Hash for UnstableInput
impl Hash for UnstableInput
Source§impl Ord for UnstableInput
impl Ord for UnstableInput
Source§fn cmp(&self, other: &UnstableInput) -> Ordering
fn cmp(&self, other: &UnstableInput) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnstableInput
impl PartialEq for UnstableInput
Source§impl PartialOrd for UnstableInput
impl PartialOrd for UnstableInput
impl Eq for UnstableInput
impl StructuralPartialEq for UnstableInput
Auto Trait Implementations§
impl Freeze for UnstableInput
impl RefUnwindSafe for UnstableInput
impl Send for UnstableInput
impl Sync for UnstableInput
impl Unpin for UnstableInput
impl UnwindSafe for UnstableInput
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