Struct cercis_html::VContent
source · pub struct VContent { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VContent
impl RefUnwindSafe for VContent
impl Send for VContent
impl Sync for VContent
impl Unpin for VContent
impl UnwindSafe for VContent
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