pub struct AutoUpdateOptions { /* private fields */ }Implementations§
Source§impl AutoUpdateOptions
impl AutoUpdateOptions
pub fn new() -> Self
pub fn ancestor_scroll(&mut self) -> &mut Self
pub fn ancestor_resize(&mut self) -> &mut Self
pub fn element_resize(&mut self) -> &mut Self
pub fn layout_shift(&mut self) -> &mut Self
pub fn animation_frame(&mut self) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoUpdateOptions
impl RefUnwindSafe for AutoUpdateOptions
impl Send for AutoUpdateOptions
impl Sync for AutoUpdateOptions
impl Unpin for AutoUpdateOptions
impl UnwindSafe for AutoUpdateOptions
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