pub struct DeliverySource {
pub name: String,
pub arn: String,
pub resource_arns: Vec<String>,
pub service: String,
pub log_type: String,
pub tags: HashMap<String, String>,
}Fields§
§name: String§arn: String§resource_arns: Vec<String>§service: String§log_type: StringAuto Trait Implementations§
impl Freeze for DeliverySource
impl RefUnwindSafe for DeliverySource
impl Send for DeliverySource
impl Sync for DeliverySource
impl Unpin for DeliverySource
impl UnsafeUnpin for DeliverySource
impl UnwindSafe for DeliverySource
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