pub enum Infrastructure {
Aws(AWSCluster),
}
Variants§
Aws(AWSCluster)
Implementations§
Source§impl Infrastructure
impl Infrastructure
pub fn object_ref(&self) -> ObjectReference
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Infrastructure
impl RefUnwindSafe for Infrastructure
impl Send for Infrastructure
impl Sync for Infrastructure
impl Unpin for Infrastructure
impl UnwindSafe for Infrastructure
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