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