pub struct RendererBoolean {
pub true_label: Option<String>,
pub false_label: Option<String>,
}Fields§
§true_label: Option<String>§false_label: Option<String>Trait Implementations§
Source§impl Clone for RendererBoolean
impl Clone for RendererBoolean
Source§fn clone(&self) -> RendererBoolean
fn clone(&self) -> RendererBoolean
Returns a duplicate of the value. Read more
1.0.0 · 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 RendererBoolean
impl Debug for RendererBoolean
Source§impl Default for RendererBoolean
impl Default for RendererBoolean
Source§fn default() -> RendererBoolean
fn default() -> RendererBoolean
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RendererBooleanwhere
RendererBoolean: Default,
impl<'de> Deserialize<'de> for RendererBooleanwhere
RendererBoolean: Default,
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
Source§impl PartialEq for RendererBoolean
impl PartialEq for RendererBoolean
Source§impl Serialize for RendererBoolean
impl Serialize for RendererBoolean
impl StructuralPartialEq for RendererBoolean
Auto Trait Implementations§
impl Freeze for RendererBoolean
impl RefUnwindSafe for RendererBoolean
impl Send for RendererBoolean
impl Sync for RendererBoolean
impl Unpin for RendererBoolean
impl UnsafeUnpin for RendererBoolean
impl UnwindSafe for RendererBoolean
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