pub struct GetCommandsOptsBuilder { /* private fields */ }Expand description
Builder for GetCommandsOpts.
Implementations
sourceimpl GetCommandsOptsBuilder
impl GetCommandsOptsBuilder
pub fn builtin(&mut self, value: Option<bool>) -> &mut GetCommandsOptsBuilder
sourceimpl GetCommandsOptsBuilder
impl GetCommandsOptsBuilder
pub fn build(&mut self) -> GetCommandsOpts
Trait Implementations
sourceimpl Clone for GetCommandsOptsBuilder
impl Clone for GetCommandsOptsBuilder
sourcefn clone(&self) -> GetCommandsOptsBuilder
fn clone(&self) -> GetCommandsOptsBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for GetCommandsOptsBuilder
impl Default for GetCommandsOptsBuilder
sourcefn default() -> GetCommandsOptsBuilder
fn default() -> GetCommandsOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetCommandsOptsBuilder
impl Send for GetCommandsOptsBuilder
impl Sync for GetCommandsOptsBuilder
impl Unpin for GetCommandsOptsBuilder
impl UnwindSafe for GetCommandsOptsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more