pub struct CurriculumFreemarkerTemplate {
pub id: Option<String>,
pub date_creation: Option<String>,
pub name: Option<String>,
pub template_upload_id: Option<String>,
}Fields§
§id: Option<String>§date_creation: Option<String>§name: Option<String>§template_upload_id: Option<String>Implementations§
Source§impl CurriculumFreemarkerTemplate
impl CurriculumFreemarkerTemplate
pub fn new() -> CurriculumFreemarkerTemplate
Trait Implementations§
Source§impl Clone for CurriculumFreemarkerTemplate
impl Clone for CurriculumFreemarkerTemplate
Source§fn clone(&self) -> CurriculumFreemarkerTemplate
fn clone(&self) -> CurriculumFreemarkerTemplate
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 CurriculumFreemarkerTemplate
impl Debug for CurriculumFreemarkerTemplate
Source§impl Default for CurriculumFreemarkerTemplate
impl Default for CurriculumFreemarkerTemplate
Source§fn default() -> CurriculumFreemarkerTemplate
fn default() -> CurriculumFreemarkerTemplate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CurriculumFreemarkerTemplate
impl<'de> Deserialize<'de> for CurriculumFreemarkerTemplate
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 CurriculumFreemarkerTemplate
impl PartialEq for CurriculumFreemarkerTemplate
Source§fn eq(&self, other: &CurriculumFreemarkerTemplate) -> bool
fn eq(&self, other: &CurriculumFreemarkerTemplate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CurriculumFreemarkerTemplate
Auto Trait Implementations§
impl Freeze for CurriculumFreemarkerTemplate
impl RefUnwindSafe for CurriculumFreemarkerTemplate
impl Send for CurriculumFreemarkerTemplate
impl Sync for CurriculumFreemarkerTemplate
impl Unpin for CurriculumFreemarkerTemplate
impl UnwindSafe for CurriculumFreemarkerTemplate
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