pub struct OptionValueOptsBuilder { /* private fields */ }
Expand description
Builder for OptionValueOpts
.
Implementations§
Source§impl OptionValueOptsBuilder
impl OptionValueOptsBuilder
pub fn scope(&mut self, scope: OptionScope) -> &mut Self
pub fn build(&mut self) -> OptionValueOpts
Trait Implementations§
Source§impl Clone for OptionValueOptsBuilder
impl Clone for OptionValueOptsBuilder
Source§fn clone(&self) -> OptionValueOptsBuilder
fn clone(&self) -> OptionValueOptsBuilder
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 moreAuto Trait Implementations§
impl Freeze for OptionValueOptsBuilder
impl RefUnwindSafe for OptionValueOptsBuilder
impl !Send for OptionValueOptsBuilder
impl !Sync for OptionValueOptsBuilder
impl Unpin for OptionValueOptsBuilder
impl UnwindSafe for OptionValueOptsBuilder
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