pub enum InteractiveContent {}
Expand description
Trait Implementations§
Source§impl Clone for InteractiveContent
impl Clone for InteractiveContent
Source§fn clone(&self) -> InteractiveContent
fn clone(&self) -> InteractiveContent
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 InteractiveContent
impl Debug for InteractiveContent
Source§impl Display for InteractiveContent
impl Display for InteractiveContent
Source§impl PartialEq for InteractiveContent
impl PartialEq for InteractiveContent
impl StructuralPartialEq for InteractiveContent
Auto Trait Implementations§
impl Freeze for InteractiveContent
impl RefUnwindSafe for InteractiveContent
impl Send for InteractiveContent
impl Sync for InteractiveContent
impl Unpin for InteractiveContent
impl UnwindSafe for InteractiveContent
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