pub enum CloudAgentPythonVersion {
ZeroSevenThree,
}Expand description
ACA-Py supported versions TODO: How do we want to deal with mulitple versions? Architecture wise.
Variants§
ZeroSevenThree
~0.7.3
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloudAgentPythonVersion
impl RefUnwindSafe for CloudAgentPythonVersion
impl Send for CloudAgentPythonVersion
impl Sync for CloudAgentPythonVersion
impl Unpin for CloudAgentPythonVersion
impl UnwindSafe for CloudAgentPythonVersion
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