pub struct Samp;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Samp
impl<'a> ElementBuilder<'a> for Samp
fn builder() -> HtmlElement<'a>
impl Eq for Samp
impl StructuralPartialEq for Samp
Auto Trait Implementations§
impl Freeze for Samp
impl RefUnwindSafe for Samp
impl Send for Samp
impl Sync for Samp
impl Unpin for Samp
impl UnwindSafe for Samp
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