pub struct GetOriginProtection<'a> { /* private fields */ }Expand description
Implementations§
Source§impl<'a> GetOriginProtection<'a>
impl<'a> GetOriginProtection<'a>
Sourcepub fn builder(client: &'a Client) -> GetOriginProtectionBuilder<'a>
pub fn builder(client: &'a Client) -> GetOriginProtectionBuilder<'a>
Create an instance of GetOriginProtection using the builder syntax
Source§impl GetOriginProtection<'_>
impl GetOriginProtection<'_>
pub async fn send(&self) -> Result<GetOriginProtectionResponse, Error>
Auto Trait Implementations§
impl<'a> Freeze for GetOriginProtection<'a>
impl<'a> !RefUnwindSafe for GetOriginProtection<'a>
impl<'a> Send for GetOriginProtection<'a>
impl<'a> Sync for GetOriginProtection<'a>
impl<'a> Unpin for GetOriginProtection<'a>
impl<'a> UnsafeUnpin for GetOriginProtection<'a>
impl<'a> !UnwindSafe for GetOriginProtection<'a>
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