Struct twilight_http::request::channel::DeleteChannelPermission [−][src]
pub struct DeleteChannelPermission<'a> { /* fields omitted */ }Expand description
Clear the permissions for a target ID in a channel.
The target ID must be set with one of the associated methods.
Implementations
Delete an override for an member.
Delete an override for an role.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for DeleteChannelPermission<'a>
impl<'a> Send for DeleteChannelPermission<'a>
impl<'a> Sync for DeleteChannelPermission<'a>
impl<'a> Unpin for DeleteChannelPermission<'a>
impl<'a> !UnwindSafe for DeleteChannelPermission<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more