pub struct SetForceUpdateOnPageLoadBuilder { /* private fields */ }Implementations§
Source§impl SetForceUpdateOnPageLoadBuilder
impl SetForceUpdateOnPageLoadBuilder
pub fn force_update_on_page_load( self, force_update_on_page_load: impl Into<bool>, ) -> Self
pub fn build(self) -> Result<SetForceUpdateOnPageLoad, String>
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 moreSource§impl Default for SetForceUpdateOnPageLoadBuilder
impl Default for SetForceUpdateOnPageLoadBuilder
Source§fn default() -> SetForceUpdateOnPageLoadBuilder
fn default() -> SetForceUpdateOnPageLoadBuilder
Returns the “default value” for a type. Read more
Auto 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