pub struct StackTemplate { /* private fields */ }Implementations§
Source§impl StackTemplate
impl StackTemplate
pub fn checksum<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn deleted_at<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn generator_id<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn name<T>(self, value: T) -> Self
pub fn parameters_schema<T>(self, value: T) -> Self
pub fn template_content<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn version<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for StackTemplate
impl Clone for StackTemplate
Source§fn clone(&self) -> StackTemplate
fn clone(&self) -> StackTemplate
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 StackTemplate
impl Debug for StackTemplate
Source§impl Default for StackTemplate
impl Default for StackTemplate
Source§impl From<StackTemplate> for StackTemplate
impl From<StackTemplate> for StackTemplate
Source§fn from(value: StackTemplate) -> Self
fn from(value: StackTemplate) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StackTemplate> for StackTemplate
impl TryFrom<StackTemplate> for StackTemplate
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: StackTemplate) -> Result<Self, ConversionError>
fn try_from(value: StackTemplate) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for StackTemplate
impl RefUnwindSafe for StackTemplate
impl Send for StackTemplate
impl Sync for StackTemplate
impl Unpin for StackTemplate
impl UnsafeUnpin for StackTemplate
impl UnwindSafe for StackTemplate
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