pub struct DeletePermissionsBuilder<'a, 'b, C, D, USER>{ /* private fields */ }
Implementations§
Source§impl<'a, 'b, C, D, USER> DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> DeletePermissionsBuilder<'a, 'b, C, D, USER>
pub async fn execute(&self) -> Result<DeletePermissionResponse, AzureError>
Trait Implementations§
Source§impl<'a, 'b, C, D, USER> ActivityIdOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> ActivityIdOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn activity_id(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, USER> ActivityIdSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> ActivityIdSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn with_activity_id(self, activity_id: &'b str) -> Self::O
Source§impl<'a, 'b, C, D, USER> Clone for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> Clone for DeletePermissionsBuilder<'a, 'b, C, D, USER>
Source§fn clone(&self) -> DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn clone(&self) -> DeletePermissionsBuilder<'a, 'b, C, D, USER>
Returns a copy 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<'a, 'b, C, D, USER> ConsistencyLevelOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> ConsistencyLevelOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn consistency_level(&self) -> Option<ConsistencyLevel<'b>>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, USER> ConsistencyLevelSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> ConsistencyLevelSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn with_consistency_level( self, consistency_level: ConsistencyLevel<'b>, ) -> Self::O
Source§impl<'a, 'b, C, D, USER> Debug for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> Debug for DeletePermissionsBuilder<'a, 'b, C, D, USER>
Source§impl<'a, 'b, C, D, USER> PermissionClientRequired<'a, C, D, USER> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> PermissionClientRequired<'a, C, D, USER> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn permission_client(&self) -> &'a dyn PermissionClient<C, D, USER>
Source§impl<'a, 'b, C, D, USER> UserAgentOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> UserAgentOption<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn user_agent(&self) -> Option<&'b str>
fn add_header(&self, builder: Builder) -> Builder
Source§impl<'a, 'b, C, D, USER> UserAgentSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> UserAgentSupport<'b> for DeletePermissionsBuilder<'a, 'b, C, D, USER>
type O = DeletePermissionsBuilder<'a, 'b, C, D, USER>
fn with_user_agent(self, user_agent: &'b str) -> Self::O
Auto Trait Implementations§
impl<'a, 'b, C, D, USER> Freeze for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> !RefUnwindSafe for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> Send for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> Sync for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> Unpin for DeletePermissionsBuilder<'a, 'b, C, D, USER>
impl<'a, 'b, C, D, USER> !UnwindSafe for DeletePermissionsBuilder<'a, 'b, C, D, USER>
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