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