Struct xmpp_parsers::data_forms::Option_
source · pub struct Option_ {
pub label: Option<String>,
pub value: String,
}
Expand description
Represents one of the possible values for a list- field.
Fields§
§label: Option<String>
The optional label to be displayed to the user for this option.
value: String
The value returned to the server when selecting this option.
Trait Implementations§
source§impl PartialEq for Option_
impl PartialEq for Option_
impl StructuralPartialEq for Option_
Auto Trait Implementations§
impl RefUnwindSafe for Option_
impl Send for Option_
impl Sync for Option_
impl Unpin for Option_
impl UnwindSafe for Option_
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