pub struct Bug { /* private fields */ }Expand description
A Bug is a text note. Not often used by the caniuse.com database.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Bug
impl<'de> Deserialize<'de> for Bug
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Bug
impl Ord for Bug
Source§impl PartialOrd for Bug
impl PartialOrd for Bug
impl Eq for Bug
impl StructuralPartialEq for Bug
Auto Trait Implementations§
impl Freeze for Bug
impl RefUnwindSafe for Bug
impl Send for Bug
impl Sync for Bug
impl Unpin for Bug
impl UnwindSafe for Bug
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