pub struct SetOuterHtmlBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SetOuterHtmlBuilder
impl Clone for SetOuterHtmlBuilder
Source§fn clone(&self) -> SetOuterHtmlBuilder
fn clone(&self) -> SetOuterHtmlBuilder
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 Default for SetOuterHtmlBuilder
impl Default for SetOuterHtmlBuilder
Source§fn default() -> SetOuterHtmlBuilder
fn default() -> SetOuterHtmlBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetOuterHtmlBuilder
impl RefUnwindSafe for SetOuterHtmlBuilder
impl Send for SetOuterHtmlBuilder
impl Sync for SetOuterHtmlBuilder
impl Unpin for SetOuterHtmlBuilder
impl UnsafeUnpin for SetOuterHtmlBuilder
impl UnwindSafe for SetOuterHtmlBuilder
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