pub struct RichTextElementBroadcast {
pub range: RichTextElementBroadcastRange,
}Expand description
The following are the properties of the broadcast object type in the elements array.
Fields§
§range: RichTextElementBroadcastRangeThe range of the broadcast; value can be here, channel, or everyone.
Trait Implementations§
Source§impl Clone for RichTextElementBroadcast
impl Clone for RichTextElementBroadcast
Source§fn clone(&self) -> RichTextElementBroadcast
fn clone(&self) -> RichTextElementBroadcast
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 RichTextElementBroadcast
impl Debug for RichTextElementBroadcast
Auto Trait Implementations§
impl Freeze for RichTextElementBroadcast
impl RefUnwindSafe for RichTextElementBroadcast
impl Send for RichTextElementBroadcast
impl Sync for RichTextElementBroadcast
impl Unpin for RichTextElementBroadcast
impl UnwindSafe for RichTextElementBroadcast
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