pub struct IntegrationSlackWorkspaceNamePayload;Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntegrationSlackWorkspaceNamePayload
impl RefUnwindSafe for IntegrationSlackWorkspaceNamePayload
impl Send for IntegrationSlackWorkspaceNamePayload
impl Sync for IntegrationSlackWorkspaceNamePayload
impl Unpin for IntegrationSlackWorkspaceNamePayload
impl UnwindSafe for IntegrationSlackWorkspaceNamePayload
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