pub struct ImmutableWikicode { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Source§impl Clone for ImmutableWikicode
impl Clone for ImmutableWikicode
Source§fn clone(&self) -> ImmutableWikicode
fn clone(&self) -> ImmutableWikicode
Returns a copy 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 moreSource§impl Debug for ImmutableWikicode
impl Debug for ImmutableWikicode
Source§impl From<ImmutableWikicode> for Wikicode
impl From<ImmutableWikicode> for Wikicode
Source§fn from(immutable: ImmutableWikicode) -> Self
fn from(immutable: ImmutableWikicode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ImmutableWikicode
impl RefUnwindSafe for ImmutableWikicode
impl Send for ImmutableWikicode
impl Sync for ImmutableWikicode
impl Unpin for ImmutableWikicode
impl UnwindSafe for ImmutableWikicode
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