pub struct Templating {
pub enable: Option<bool>,
pub list: Vec<Item>,
}
Fields§
§enable: Option<bool>
§list: Vec<Item>
Trait Implementations§
Source§impl Clone for Templating
impl Clone for Templating
Source§fn clone(&self) -> Templating
fn clone(&self) -> Templating
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 Templating
impl Debug for Templating
Source§impl<'de> Deserialize<'de> for Templating
impl<'de> Deserialize<'de> for Templating
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 Templating
impl RefUnwindSafe for Templating
impl Send for Templating
impl Sync for Templating
impl Unpin for Templating
impl UnwindSafe for Templating
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