pub struct GetIpProtectionBuilder<'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> GetIpProtectionBuilder<'a, S>
impl<'a, S: State> GetIpProtectionBuilder<'a, S>
Sourcepub fn build(self) -> GetIpProtection<'a>where
S: IsComplete,
pub fn build(self) -> GetIpProtection<'a>where
S: IsComplete,
Finish building and return the requested object
Auto Trait Implementations§
impl<'a, S> Freeze for GetIpProtectionBuilder<'a, S>
impl<'a, S = Empty> !RefUnwindSafe for GetIpProtectionBuilder<'a, S>
impl<'a, S> Send for GetIpProtectionBuilder<'a, S>
impl<'a, S> Sync for GetIpProtectionBuilder<'a, S>
impl<'a, S> Unpin for GetIpProtectionBuilder<'a, S>
impl<'a, S> UnsafeUnpin for GetIpProtectionBuilder<'a, S>
impl<'a, S = Empty> !UnwindSafe for GetIpProtectionBuilder<'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