pub struct ActionRowBuilder<'a> { /* private fields */ }Expand description
Builder for creating an Action Row.
Implementations§
Trait Implementations§
Source§impl<'a> Clone for ActionRowBuilder<'a>
impl<'a> Clone for ActionRowBuilder<'a>
Source§fn clone(&self) -> ActionRowBuilder<'a>
fn clone(&self) -> ActionRowBuilder<'a>
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<'a> Debug for ActionRowBuilder<'a>
impl<'a> Debug for ActionRowBuilder<'a>
Source§impl Default for ActionRowBuilder<'_>
impl Default for ActionRowBuilder<'_>
Source§impl<'a> From<ActionRowBuilder<'a>> for Component<'a>
ActionRowBuilder automatically converts to Component
impl<'a> From<ActionRowBuilder<'a>> for Component<'a>
ActionRowBuilder automatically converts to Component
Source§fn from(builder: ActionRowBuilder<'a>) -> Self
fn from(builder: ActionRowBuilder<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for ActionRowBuilder<'a>
impl<'a> RefUnwindSafe for ActionRowBuilder<'a>
impl<'a> Send for ActionRowBuilder<'a>
impl<'a> Sync for ActionRowBuilder<'a>
impl<'a> Unpin for ActionRowBuilder<'a>
impl<'a> UnwindSafe for ActionRowBuilder<'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