pub struct DeleteChannelPermissionConfigured<'a> { /* private fields */ }
Expand description
Clear the permissions for a target ID in a channel.
The target_id
is a u64
, but it should point to a Id<RoleMarker>
or a Id<UserMarker>
.
Trait Implementations§
source§impl<'a> AuditLogReason<'a> for DeleteChannelPermissionConfigured<'a>
impl<'a> AuditLogReason<'a> for DeleteChannelPermissionConfigured<'a>
source§impl IntoFuture for DeleteChannelPermissionConfigured<'_>
impl IntoFuture for DeleteChannelPermissionConfigured<'_>
source§type Output = Result<Response<EmptyBody>, Error>
type Output = Result<Response<EmptyBody>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<EmptyBody>
type IntoFuture = ResponseFuture<EmptyBody>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
source§impl TryIntoRequest for DeleteChannelPermissionConfigured<'_>
impl TryIntoRequest for DeleteChannelPermissionConfigured<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeleteChannelPermissionConfigured<'a>
impl<'a> !RefUnwindSafe for DeleteChannelPermissionConfigured<'a>
impl<'a> Send for DeleteChannelPermissionConfigured<'a>
impl<'a> Sync for DeleteChannelPermissionConfigured<'a>
impl<'a> Unpin for DeleteChannelPermissionConfigured<'a>
impl<'a> !UnwindSafe for DeleteChannelPermissionConfigured<'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