pub struct TextWrapper(pub Options<'static>);
Tuple Fields§
§0: Options<'static>
Implementations§
Trait Implementations§
Source§impl Clone for TextWrapper
impl Clone for TextWrapper
Source§fn clone(&self) -> TextWrapper
fn clone(&self) -> TextWrapper
Returns a copy 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 TextWrapper
impl RefUnwindSafe for TextWrapper
impl Send for TextWrapper
impl Sync for TextWrapper
impl Unpin for TextWrapper
impl UnwindSafe for TextWrapper
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