pub struct AppIntegrationsChange {
pub integrations: Vec<Integration>,
}Fields§
§integrations: Vec<Integration>Trait Implementations§
Source§impl Debug for AppIntegrationsChange
impl Debug for AppIntegrationsChange
Auto Trait Implementations§
impl Freeze for AppIntegrationsChange
impl RefUnwindSafe for AppIntegrationsChange
impl Send for AppIntegrationsChange
impl Sync for AppIntegrationsChange
impl Unpin for AppIntegrationsChange
impl UnsafeUnpin for AppIntegrationsChange
impl UnwindSafe for AppIntegrationsChange
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