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
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