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