pub struct IcuOption {
pub selector: String,
pub value: Vec<IcuNode>,
}Expand description
A selector branch inside a plural or select expression.
Fields§
§selector: StringRaw selector label such as one, other, or =0.
value: Vec<IcuNode>Nested nodes rendered when the selector matches.
Trait Implementations§
impl Eq for IcuOption
impl StructuralPartialEq for IcuOption
Auto Trait Implementations§
impl Freeze for IcuOption
impl RefUnwindSafe for IcuOption
impl Send for IcuOption
impl Sync for IcuOption
impl Unpin for IcuOption
impl UnsafeUnpin for IcuOption
impl UnwindSafe for IcuOption
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