pub struct TemplateProperties {
pub layout_type: String,
pub page_margins: PageMargins,
pub radius: f32,
pub resource_attr: ResourceAttr,
pub selection_point_type: String,
pub sub_type: String,
pub under_content: bool,
}Fields§
§layout_type: String§page_margins: PageMargins§radius: f32§resource_attr: ResourceAttr§selection_point_type: String§sub_type: String§under_content: boolTrait Implementations§
Source§impl Clone for TemplateProperties
impl Clone for TemplateProperties
Source§fn clone(&self) -> TemplateProperties
fn clone(&self) -> TemplateProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TemplateProperties
impl Debug for TemplateProperties
Source§impl<'de> Deserialize<'de> for TemplateProperties
impl<'de> Deserialize<'de> for TemplateProperties
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 TemplateProperties
impl RefUnwindSafe for TemplateProperties
impl Send for TemplateProperties
impl Sync for TemplateProperties
impl Unpin for TemplateProperties
impl UnsafeUnpin for TemplateProperties
impl UnwindSafe for TemplateProperties
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