pub struct SetShowLayoutShiftRegionsParamsBuilder { /* private fields */ }Implementations§
Source§impl SetShowLayoutShiftRegionsParamsBuilder
impl SetShowLayoutShiftRegionsParamsBuilder
pub fn build(self) -> SetShowLayoutShiftRegionsParams
Auto Trait Implementations§
impl Freeze for SetShowLayoutShiftRegionsParamsBuilder
impl RefUnwindSafe for SetShowLayoutShiftRegionsParamsBuilder
impl Send for SetShowLayoutShiftRegionsParamsBuilder
impl Sync for SetShowLayoutShiftRegionsParamsBuilder
impl Unpin for SetShowLayoutShiftRegionsParamsBuilder
impl UnsafeUnpin for SetShowLayoutShiftRegionsParamsBuilder
impl UnwindSafe for SetShowLayoutShiftRegionsParamsBuilder
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