Struct WordPressText
pub struct WordPressText(/* private fields */);Implementations§
§impl WordPressText
impl WordPressText
Trait Implementations§
§impl Clone for WordPressText
impl Clone for WordPressText
§fn clone(&self) -> WordPressText
fn clone(&self) -> WordPressText
Returns a duplicate 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 more§impl Debug for WordPressText
impl Debug for WordPressText
§impl Display for WordPressText
impl Display for WordPressText
§impl FromStr for WordPressText
impl FromStr for WordPressText
§impl Hash for WordPressText
impl Hash for WordPressText
§impl Ord for WordPressText
impl Ord for WordPressText
§impl PartialEq for WordPressText
impl PartialEq for WordPressText
§impl PartialOrd for WordPressText
impl PartialOrd for WordPressText
impl Eq for WordPressText
impl StructuralPartialEq for WordPressText
Auto Trait Implementations§
impl Freeze for WordPressText
impl RefUnwindSafe for WordPressText
impl Send for WordPressText
impl Sync for WordPressText
impl Unpin for WordPressText
impl UnsafeUnpin for WordPressText
impl UnwindSafe for WordPressText
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