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