pub struct PartialVoiceChannel(pub PartialChannel);Tuple Fields§
§0: PartialChannelTrait Implementations§
Source§impl Clone for PartialVoiceChannel
impl Clone for PartialVoiceChannel
Source§fn clone(&self) -> PartialVoiceChannel
fn clone(&self) -> PartialVoiceChannel
Returns a duplicate 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 Debug for PartialVoiceChannel
impl Debug for PartialVoiceChannel
Source§impl Resolve for PartialVoiceChannel
impl Resolve for PartialVoiceChannel
const KIND: CommandOptionType = <PartialChannel as Resolve>::KIND
fn describe(option: &mut CreateApplicationCommandOption, _l10n: &L10n)
fn resolve<'async_trait>(
ctx: ResolveContext,
) -> Pin<Box<dyn Future<Output = ResolveResult<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
const REQUIRED: bool = true
Auto Trait Implementations§
impl Freeze for PartialVoiceChannel
impl RefUnwindSafe for PartialVoiceChannel
impl Send for PartialVoiceChannel
impl Sync for PartialVoiceChannel
impl Unpin for PartialVoiceChannel
impl UnwindSafe for PartialVoiceChannel
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