pub struct TemplateList {
pub templates: Vec<Template>,
pub pagination: Option<TemplatePagination>,
}Fields§
§templates: Vec<Template>§pagination: Option<TemplatePagination>Trait Implementations§
Source§impl Clone for TemplateList
impl Clone for TemplateList
Source§fn clone(&self) -> TemplateList
fn clone(&self) -> TemplateList
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 TemplateList
impl Debug for TemplateList
Source§impl<'de> Deserialize<'de> for TemplateList
impl<'de> Deserialize<'de> for TemplateList
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 TemplateList
impl RefUnwindSafe for TemplateList
impl Send for TemplateList
impl Sync for TemplateList
impl Unpin for TemplateList
impl UnsafeUnpin for TemplateList
impl UnwindSafe for TemplateList
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