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>.
Implementations§
source§impl<'a> DeleteChannelPermissionConfigured<'a>
impl<'a> DeleteChannelPermissionConfigured<'a>
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<'_>
§type Output = Result<Response<EmptyBody>, Error>
type Output = Result<Response<EmptyBody>, Error>
The output that the future will produce on completion.
§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