pub struct RegistrationConfig {
pub role_arn: Option<String>,
pub template_body: Option<String>,
}Expand description
The registration configuration.
Fields§
§role_arn: Option<String>The ARN of the role.
template_body: Option<String>The template body.
Trait Implementations§
Source§impl Clone for RegistrationConfig
impl Clone for RegistrationConfig
Source§fn clone(&self) -> RegistrationConfig
fn clone(&self) -> RegistrationConfig
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 RegistrationConfig
impl Debug for RegistrationConfig
Source§impl Default for RegistrationConfig
impl Default for RegistrationConfig
Source§fn default() -> RegistrationConfig
fn default() -> RegistrationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegistrationConfig
impl<'de> Deserialize<'de> for RegistrationConfig
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 RegistrationConfig
impl PartialEq for RegistrationConfig
Source§impl Serialize for RegistrationConfig
impl Serialize for RegistrationConfig
impl StructuralPartialEq for RegistrationConfig
Auto Trait Implementations§
impl Freeze for RegistrationConfig
impl RefUnwindSafe for RegistrationConfig
impl Send for RegistrationConfig
impl Sync for RegistrationConfig
impl Unpin for RegistrationConfig
impl UnwindSafe for RegistrationConfig
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