pub struct SplashSpan {
pub text: String,
pub role: SplashRole,
}Expand description
One styled run within a row.
Fields§
§text: String§role: SplashRoleTrait Implementations§
Source§impl Clone for SplashSpan
impl Clone for SplashSpan
Source§fn clone(&self) -> SplashSpan
fn clone(&self) -> SplashSpan
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 SplashSpan
impl Debug for SplashSpan
impl Eq for SplashSpan
Source§impl PartialEq for SplashSpan
impl PartialEq for SplashSpan
impl StructuralPartialEq for SplashSpan
Auto Trait Implementations§
impl Freeze for SplashSpan
impl RefUnwindSafe for SplashSpan
impl Send for SplashSpan
impl Sync for SplashSpan
impl Unpin for SplashSpan
impl UnsafeUnpin for SplashSpan
impl UnwindSafe for SplashSpan
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