pub struct GetCommandsOptsBuilder { /* private fields */ }
Expand description
Builder for GetCommandsOpts
.
Implementations§
Source§impl GetCommandsOptsBuilder
impl GetCommandsOptsBuilder
pub fn build(&mut self) -> GetCommandsOpts
Trait Implementations§
Source§impl Clone for GetCommandsOptsBuilder
impl Clone for GetCommandsOptsBuilder
Source§fn clone(&self) -> GetCommandsOptsBuilder
fn clone(&self) -> GetCommandsOptsBuilder
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 GetCommandsOptsBuilder
impl RefUnwindSafe for GetCommandsOptsBuilder
impl Send for GetCommandsOptsBuilder
impl Sync for GetCommandsOptsBuilder
impl Unpin for GetCommandsOptsBuilder
impl UnwindSafe for GetCommandsOptsBuilder
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