pub struct AWSRole {
pub role_arn: String,
}
Fields§
§role_arn: String
An ARN that specifies the role that ngrok should use to deliver to the configured target.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for AWSRole
impl<'de> Deserialize<'de> for AWSRole
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 AWSRole
impl RefUnwindSafe for AWSRole
impl Send for AWSRole
impl Sync for AWSRole
impl Unpin for AWSRole
impl UnwindSafe for AWSRole
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