pub struct TextNoBullet { /* private fields */ }Expand description
An explicit a:buNone choice with unmodelled attributes retained.
Trait Implementations§
Source§impl Clone for TextNoBullet
impl Clone for TextNoBullet
Source§fn clone(&self) -> TextNoBullet
fn clone(&self) -> TextNoBullet
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 TextNoBullet
impl Debug for TextNoBullet
Source§impl Default for TextNoBullet
impl Default for TextNoBullet
Source§fn default() -> TextNoBullet
fn default() -> TextNoBullet
Returns the “default value” for a type. Read more
impl Eq for TextNoBullet
Source§impl PartialEq for TextNoBullet
impl PartialEq for TextNoBullet
impl StructuralPartialEq for TextNoBullet
Auto Trait Implementations§
impl Freeze for TextNoBullet
impl RefUnwindSafe for TextNoBullet
impl Send for TextNoBullet
impl Sync for TextNoBullet
impl Unpin for TextNoBullet
impl UnsafeUnpin for TextNoBullet
impl UnwindSafe for TextNoBullet
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