pub enum ResizeObserverBoxKind {
Content,
Border,
}Variants§
Implementations§
Source§impl ResizeObserverBoxKind
impl ResizeObserverBoxKind
pub fn to_js_value(&self) -> JsValue
Auto Trait Implementations§
impl Freeze for ResizeObserverBoxKind
impl RefUnwindSafe for ResizeObserverBoxKind
impl Send for ResizeObserverBoxKind
impl Sync for ResizeObserverBoxKind
impl Unpin for ResizeObserverBoxKind
impl UnwindSafe for ResizeObserverBoxKind
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