pub struct CssKeyMap {
pub non_shorthands: BTreeMap<&'static str, CssPropertyType>,
pub shorthands: BTreeMap<&'static str, CombinedCssPropertyType>,
}
Fields§
§non_shorthands: BTreeMap<&'static str, CssPropertyType>
§shorthands: BTreeMap<&'static str, CombinedCssPropertyType>
Trait Implementations§
Source§impl Ord for CssKeyMap
impl Ord for CssKeyMap
Source§impl PartialOrd for CssKeyMap
impl PartialOrd for CssKeyMap
impl Eq for CssKeyMap
impl StructuralPartialEq for CssKeyMap
Auto Trait Implementations§
impl Freeze for CssKeyMap
impl RefUnwindSafe for CssKeyMap
impl Send for CssKeyMap
impl Sync for CssKeyMap
impl Unpin for CssKeyMap
impl UnwindSafe for CssKeyMap
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)