pub struct StyleProfileDescriptor {
pub id: StyleProfileId,
pub language: LanguageTag,
pub display_name: String,
pub register: WritingRegister,
pub strength: StyleStrength,
pub inspiration: StyleInspiration,
}Fields§
§id: StyleProfileId§language: LanguageTag§display_name: String§register: WritingRegister§strength: StyleStrength§inspiration: StyleInspirationTrait Implementations§
Source§impl Clone for StyleProfileDescriptor
impl Clone for StyleProfileDescriptor
Source§fn clone(&self) -> StyleProfileDescriptor
fn clone(&self) -> StyleProfileDescriptor
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 StyleProfileDescriptor
impl Debug for StyleProfileDescriptor
Source§impl PartialEq for StyleProfileDescriptor
impl PartialEq for StyleProfileDescriptor
impl Eq for StyleProfileDescriptor
impl StructuralPartialEq for StyleProfileDescriptor
Auto Trait Implementations§
impl Freeze for StyleProfileDescriptor
impl RefUnwindSafe for StyleProfileDescriptor
impl Send for StyleProfileDescriptor
impl Sync for StyleProfileDescriptor
impl Unpin for StyleProfileDescriptor
impl UnsafeUnpin for StyleProfileDescriptor
impl UnwindSafe for StyleProfileDescriptor
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