pub struct LifecycleIterationRequest {
pub content_type: ContentTypeEnum,
}Expand description
LifecycleIterationRequest : Mixin to validate that a valid enterprise license exists before allowing to save the object
Fields§
§content_type: ContentTypeEnumImplementations§
Source§impl LifecycleIterationRequest
impl LifecycleIterationRequest
Sourcepub fn new(content_type: ContentTypeEnum) -> LifecycleIterationRequest
pub fn new(content_type: ContentTypeEnum) -> LifecycleIterationRequest
Mixin to validate that a valid enterprise license exists before allowing to save the object
Trait Implementations§
Source§impl Clone for LifecycleIterationRequest
impl Clone for LifecycleIterationRequest
Source§fn clone(&self) -> LifecycleIterationRequest
fn clone(&self) -> LifecycleIterationRequest
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 LifecycleIterationRequest
impl Debug for LifecycleIterationRequest
Source§impl Default for LifecycleIterationRequest
impl Default for LifecycleIterationRequest
Source§fn default() -> LifecycleIterationRequest
fn default() -> LifecycleIterationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LifecycleIterationRequest
impl<'de> Deserialize<'de> for LifecycleIterationRequest
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
impl StructuralPartialEq for LifecycleIterationRequest
Auto Trait Implementations§
impl Freeze for LifecycleIterationRequest
impl RefUnwindSafe for LifecycleIterationRequest
impl Send for LifecycleIterationRequest
impl Sync for LifecycleIterationRequest
impl Unpin for LifecycleIterationRequest
impl UnsafeUnpin for LifecycleIterationRequest
impl UnwindSafe for LifecycleIterationRequest
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