pub struct TabContent { /* private fields */ }Expand description
The contents rendered inside a MessageTab.
Implementations§
Trait Implementations§
Source§impl Clone for TabContent
impl Clone for TabContent
Source§fn clone(&self) -> TabContent
fn clone(&self) -> TabContent
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 TabContent
impl Debug for TabContent
Auto Trait Implementations§
impl Freeze for TabContent
impl RefUnwindSafe for TabContent
impl Send for TabContent
impl Sync for TabContent
impl Unpin for TabContent
impl UnsafeUnpin for TabContent
impl UnwindSafe for TabContent
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