pub struct GetTextOptsBuilder {}Expand description
Builder for GetTextOpts.
Implementations
sourceimpl GetTextOptsBuilder
impl GetTextOptsBuilder
pub fn build(&mut self) -> GetTextOpts
Trait Implementations
sourceimpl Clone for GetTextOptsBuilder
impl Clone for GetTextOptsBuilder
sourcefn clone(&self) -> GetTextOptsBuilder
fn clone(&self) -> GetTextOptsBuilder
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 GetTextOptsBuilder
impl Default for GetTextOptsBuilder
sourcefn default() -> GetTextOptsBuilder
fn default() -> GetTextOptsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GetTextOptsBuilder
impl Send for GetTextOptsBuilder
impl Sync for GetTextOptsBuilder
impl Unpin for GetTextOptsBuilder
impl UnwindSafe for GetTextOptsBuilder
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