pub struct NativeOption {
pub value: String,
pub label: String,
pub disabled: bool,
}Fields§
§value: String§label: String§disabled: boolAuto Trait Implementations§
impl Freeze for NativeOption
impl RefUnwindSafe for NativeOption
impl Send for NativeOption
impl Sync for NativeOption
impl Unpin for NativeOption
impl UnsafeUnpin for NativeOption
impl UnwindSafe for NativeOption
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