pub struct PulumiServiceImpl { /* private fields */ }Implementations§
Source§impl PulumiServiceImpl
impl PulumiServiceImpl
pub fn new( connector: impl PulumiConnector + 'static, is_in_preview: bool, ) -> PulumiServiceImpl
Auto Trait Implementations§
impl !Freeze for PulumiServiceImpl
impl !RefUnwindSafe for PulumiServiceImpl
impl !Send for PulumiServiceImpl
impl !Sync for PulumiServiceImpl
impl Unpin for PulumiServiceImpl
impl !UnwindSafe for PulumiServiceImpl
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