pub struct AWSIoTSettings { /* private fields */ }
Implementations§
Source§impl AWSIoTSettings
impl AWSIoTSettings
pub fn new( client_id: String, ca_path: String, client_cert_path: String, client_key_path: String, aws_iot_endpoint: String, mqtt_options_overrides: Option<MQTTOptionsOverrides>, ) -> AWSIoTSettings
Auto Trait Implementations§
impl !Freeze for AWSIoTSettings
impl !RefUnwindSafe for AWSIoTSettings
impl Send for AWSIoTSettings
impl Sync for AWSIoTSettings
impl Unpin for AWSIoTSettings
impl !UnwindSafe for AWSIoTSettings
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