pub struct SelectStaticOption { /* private fields */ }Expand description
选项的配置。
Implementations§
Trait Implementations§
Source§impl Debug for SelectStaticOption
impl Debug for SelectStaticOption
Source§impl Default for SelectStaticOption
impl Default for SelectStaticOption
Source§fn default() -> SelectStaticOption
fn default() -> SelectStaticOption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SelectStaticOption
impl<'de> Deserialize<'de> for SelectStaticOption
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SelectStaticOption
impl RefUnwindSafe for SelectStaticOption
impl Send for SelectStaticOption
impl Sync for SelectStaticOption
impl Unpin for SelectStaticOption
impl UnwindSafe for SelectStaticOption
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