pub struct SheetOption {
pub value: String,
pub label: String,
}Expand description
An option for a select sheet row.
Fields§
§value: String§label: StringTrait Implementations§
Source§impl Clone for SheetOption
impl Clone for SheetOption
Source§fn clone(&self) -> SheetOption
fn clone(&self) -> SheetOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SheetOption
impl Debug for SheetOption
Source§impl<'de> Deserialize<'de> for SheetOption
impl<'de> Deserialize<'de> for SheetOption
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 SheetOption
impl RefUnwindSafe for SheetOption
impl Send for SheetOption
impl Sync for SheetOption
impl Unpin for SheetOption
impl UnsafeUnpin for SheetOption
impl UnwindSafe for SheetOption
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