pub struct SetForceUpdateOnPageLoadBuilder { /* private fields */ }Expand description
Builder for SetForceUpdateOnPageLoad.
Implementations§
Source§impl SetForceUpdateOnPageLoadBuilder
impl SetForceUpdateOnPageLoadBuilder
pub fn force_update_on_page_load<VALUE: Into<bool>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SetForceUpdateOnPageLoad, SetForceUpdateOnPageLoadBuilderError>
pub fn build( &self, ) -> Result<SetForceUpdateOnPageLoad, SetForceUpdateOnPageLoadBuilderError>
Trait Implementations§
Source§impl Clone for SetForceUpdateOnPageLoadBuilder
impl Clone for SetForceUpdateOnPageLoadBuilder
Source§fn clone(&self) -> SetForceUpdateOnPageLoadBuilder
fn clone(&self) -> SetForceUpdateOnPageLoadBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SetForceUpdateOnPageLoadBuilder
impl RefUnwindSafe for SetForceUpdateOnPageLoadBuilder
impl Send for SetForceUpdateOnPageLoadBuilder
impl Sync for SetForceUpdateOnPageLoadBuilder
impl Unpin for SetForceUpdateOnPageLoadBuilder
impl UnsafeUnpin for SetForceUpdateOnPageLoadBuilder
impl UnwindSafe for SetForceUpdateOnPageLoadBuilder
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