pub struct ColgroupTag;Implementations§
Source§impl ColgroupTag
impl ColgroupTag
pub fn type_check(&self, attr: &dyn ColgroupCompat)
Trait Implementations§
Source§impl Clone for ColgroupTag
impl Clone for ColgroupTag
Source§fn clone(&self) -> ColgroupTag
fn clone(&self) -> ColgroupTag
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 Display for ColgroupTag
impl Display for ColgroupTag
impl Tag for ColgroupTag
Auto Trait Implementations§
impl Freeze for ColgroupTag
impl RefUnwindSafe for ColgroupTag
impl Send for ColgroupTag
impl Sync for ColgroupTag
impl Unpin for ColgroupTag
impl UnwindSafe for ColgroupTag
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