pub enum CommsBootstrapMode {
Standalone,
ChildInproc,
}Variants§
Auto Trait Implementations§
impl Freeze for CommsBootstrapMode
impl RefUnwindSafe for CommsBootstrapMode
impl Send for CommsBootstrapMode
impl Sync for CommsBootstrapMode
impl Unpin for CommsBootstrapMode
impl UnsafeUnpin for CommsBootstrapMode
impl UnwindSafe for CommsBootstrapMode
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