pub struct CopyToReturn { /* private fields */ }Available on crate features
DOM and Runtime and experimental only.Expand description
Creates a deep copy of the specified node and places it into the target container before the given anchor.
Implementations§
Trait Implementations§
Source§impl Clone for CopyToReturn
impl Clone for CopyToReturn
Source§fn clone(&self) -> CopyToReturn
fn clone(&self) -> CopyToReturn
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 moreSource§impl Debug for CopyToReturn
impl Debug for CopyToReturn
Source§impl Deref for CopyToReturn
impl Deref for CopyToReturn
Source§impl<'de> Deserialize<'de> for CopyToReturn
impl<'de> Deserialize<'de> for CopyToReturn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CopyToReturn
impl RefUnwindSafe for CopyToReturn
impl Send for CopyToReturn
impl Sync for CopyToReturn
impl Unpin for CopyToReturn
impl UnwindSafe for CopyToReturn
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