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