Struct fluent_static_codegen::message::NormalizedMessage
source · pub struct NormalizedMessage {
pub name: String,
pub attribute_name: Option<String>,
pub vars: BTreeSet<Var>,
pub attrs: Option<BTreeSet<NormalizedMessage>>,
}
Fields§
§name: String
§attribute_name: Option<String>
§vars: BTreeSet<Var>
§attrs: Option<BTreeSet<NormalizedMessage>>
Trait Implementations§
source§impl Clone for NormalizedMessage
impl Clone for NormalizedMessage
source§fn clone(&self) -> NormalizedMessage
fn clone(&self) -> NormalizedMessage
Returns a copy 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 NormalizedMessage
impl Debug for NormalizedMessage
source§impl Hash for NormalizedMessage
impl Hash for NormalizedMessage
source§impl Ord for NormalizedMessage
impl Ord for NormalizedMessage
source§fn cmp(&self, other: &NormalizedMessage) -> Ordering
fn cmp(&self, other: &NormalizedMessage) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NormalizedMessage
impl PartialEq for NormalizedMessage
source§impl PartialOrd for NormalizedMessage
impl PartialOrd for NormalizedMessage
impl Eq for NormalizedMessage
impl StructuralPartialEq for NormalizedMessage
Auto Trait Implementations§
impl Freeze for NormalizedMessage
impl RefUnwindSafe for NormalizedMessage
impl Send for NormalizedMessage
impl Sync for NormalizedMessage
impl Unpin for NormalizedMessage
impl UnwindSafe for NormalizedMessage
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)