pub struct SetAutomationConfig {
pub openid: Option<AutomationConfigOpenId>,
pub version: Option<Version>,
}Fields§
§openid: Option<AutomationConfigOpenId>§version: Option<Version>Trait Implementations§
Source§impl CandidType for SetAutomationConfig
impl CandidType for SetAutomationConfig
Source§impl Clone for SetAutomationConfig
impl Clone for SetAutomationConfig
Source§fn clone(&self) -> SetAutomationConfig
fn clone(&self) -> SetAutomationConfig
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 Default for SetAutomationConfig
impl Default for SetAutomationConfig
Source§fn default() -> SetAutomationConfig
fn default() -> SetAutomationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetAutomationConfig
impl<'de> Deserialize<'de> for SetAutomationConfig
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 SetAutomationConfig
impl RefUnwindSafe for SetAutomationConfig
impl Send for SetAutomationConfig
impl Sync for SetAutomationConfig
impl Unpin for SetAutomationConfig
impl UnsafeUnpin for SetAutomationConfig
impl UnwindSafe for SetAutomationConfig
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