pub struct Renderable(pub bool);Expand description
Helper type for config key renderable
Tuple Fields§
§0: boolTrait Implementations§
Source§impl Clone for Renderable
impl Clone for Renderable
Source§fn clone(&self) -> Renderable
fn clone(&self) -> Renderable
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 Renderable
impl Debug for Renderable
Source§impl Default for Renderable
impl Default for Renderable
Source§impl<'de> Deserialize<'de> for Renderable
impl<'de> Deserialize<'de> for Renderable
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
impl Copy for Renderable
Auto Trait Implementations§
impl Freeze for Renderable
impl RefUnwindSafe for Renderable
impl Send for Renderable
impl Sync for Renderable
impl Unpin for Renderable
impl UnwindSafe for Renderable
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