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