pub struct Integration {
pub integration_name: String,
pub integration_type: String,
pub resource_config: Value,
pub status: String,
pub creation_time: i64,
}Fields§
§integration_name: String§integration_type: String§resource_config: Value§status: String§creation_time: i64Auto Trait Implementations§
impl Freeze for Integration
impl RefUnwindSafe for Integration
impl Send for Integration
impl Sync for Integration
impl Unpin for Integration
impl UnsafeUnpin for Integration
impl UnwindSafe for Integration
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