pub struct TextContainer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TextContainer
impl Clone for TextContainer
Source§fn clone(&self) -> TextContainer
fn clone(&self) -> TextContainer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextContainer
impl Debug for TextContainer
Source§impl PartialEq for TextContainer
impl PartialEq for TextContainer
Source§fn eq(&self, other: &TextContainer) -> bool
fn eq(&self, other: &TextContainer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TextContainer
impl StructuralPartialEq for TextContainer
Auto Trait Implementations§
impl Freeze for TextContainer
impl RefUnwindSafe for TextContainer
impl Send for TextContainer
impl Sync for TextContainer
impl Unpin for TextContainer
impl UnsafeUnpin for TextContainer
impl UnwindSafe for TextContainer
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