pub struct FlavorTextEntry {
pub flavor_text: String,
pub language: Resource,
pub version: Resource,
}Fields§
§flavor_text: String§language: Resource§version: ResourceTrait Implementations§
Source§impl Clone for FlavorTextEntry
impl Clone for FlavorTextEntry
Source§fn clone(&self) -> FlavorTextEntry
fn clone(&self) -> FlavorTextEntry
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 FlavorTextEntry
impl Debug for FlavorTextEntry
Source§impl Default for FlavorTextEntry
impl Default for FlavorTextEntry
Source§fn default() -> FlavorTextEntry
fn default() -> FlavorTextEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlavorTextEntry
impl<'de> Deserialize<'de> for FlavorTextEntry
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 FlavorTextEntry
impl PartialEq for FlavorTextEntry
Source§impl Serialize for FlavorTextEntry
impl Serialize for FlavorTextEntry
impl StructuralPartialEq for FlavorTextEntry
Auto Trait Implementations§
impl Freeze for FlavorTextEntry
impl RefUnwindSafe for FlavorTextEntry
impl Send for FlavorTextEntry
impl Sync for FlavorTextEntry
impl Unpin for FlavorTextEntry
impl UnwindSafe for FlavorTextEntry
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