pub struct SetOption {
pub name: String,
pub value: Option<String>,
}Expand description
Fields§
§name: String§value: Option<String>Trait Implementations§
Source§impl TryFrom<RawGuiMessage> for SetOption
impl TryFrom<RawGuiMessage> for SetOption
Source§type Error = MessageTryFromRawMessageError<GuiMessageParameterPointer>
type Error = MessageTryFromRawMessageError<GuiMessageParameterPointer>
The type returned in the event of a conversion error.
impl Eq for SetOption
impl StructuralPartialEq for SetOption
Auto Trait Implementations§
impl Freeze for SetOption
impl RefUnwindSafe for SetOption
impl Send for SetOption
impl Sync for SetOption
impl Unpin for SetOption
impl UnwindSafe for SetOption
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