pub struct TranslationComponent {
pub translate: String,
pub with: Vec<BoxedChat>,
pub base: BaseComponent,
}
Fields§
§translate: String
§with: Vec<BoxedChat>
§base: BaseComponent
Trait Implementations§
Source§impl Clone for TranslationComponent
impl Clone for TranslationComponent
Source§fn clone(&self) -> TranslationComponent
fn clone(&self) -> TranslationComponent
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 TranslationComponent
impl Debug for TranslationComponent
Source§impl<'de> Deserialize<'de> for TranslationComponent
impl<'de> Deserialize<'de> for TranslationComponent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TranslationComponent
impl PartialEq for TranslationComponent
Source§impl Serialize for TranslationComponent
impl Serialize for TranslationComponent
impl StructuralPartialEq for TranslationComponent
Auto Trait Implementations§
impl Freeze for TranslationComponent
impl RefUnwindSafe for TranslationComponent
impl Send for TranslationComponent
impl Sync for TranslationComponent
impl Unpin for TranslationComponent
impl UnwindSafe for TranslationComponent
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