pub struct LocalizedStringEntry {
pub id: String,
/* private fields */
}Expand description
A locale-independent identity for a preset used by the Workshop String
value. Unlike a custom Value::String, this identity must resolve through
reviewed client-locale aliases before it can be parsed or emitted.
Fields§
§id: StringImplementations§
Trait Implementations§
Source§impl Clone for LocalizedStringEntry
impl Clone for LocalizedStringEntry
Source§fn clone(&self) -> LocalizedStringEntry
fn clone(&self) -> LocalizedStringEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LocalizedStringEntry
impl RefUnwindSafe for LocalizedStringEntry
impl Send for LocalizedStringEntry
impl Sync for LocalizedStringEntry
impl Unpin for LocalizedStringEntry
impl UnsafeUnpin for LocalizedStringEntry
impl UnwindSafe for LocalizedStringEntry
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