pub struct UpdateOriginProtectionIpWhiteListBuilder<'a, S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<'a, S: State> UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S: State> UpdateOriginProtectionIpWhiteListBuilder<'a, S>
Sourcepub fn build(self) -> UpdateOriginProtectionIpWhiteList<'a>where
S: IsComplete,
pub fn build(self) -> UpdateOriginProtectionIpWhiteList<'a>where
S: IsComplete,
Finish building and return the requested object
Sourcepub fn site_id(
self,
value: i64,
) -> UpdateOriginProtectionIpWhiteListBuilder<'a, SetSiteId<S>>where
S::SiteId: IsUnset,
pub fn site_id(
self,
value: i64,
) -> UpdateOriginProtectionIpWhiteListBuilder<'a, SetSiteId<S>>where
S::SiteId: IsUnset,
Required.
站点 ID,可通过调用 ListSites 接口获取。
Auto Trait Implementations§
impl<'a, S> Freeze for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S = Empty> !RefUnwindSafe for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S> Send for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S> Sync for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S> Unpin for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S> UnsafeUnpin for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
impl<'a, S = Empty> !UnwindSafe for UpdateOriginProtectionIpWhiteListBuilder<'a, S>
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