pub enum TypeScriptProgramReadTransport {
LocalHttp,
HostedBinding(TypeScriptProgramReadBinding),
}Variants§
LocalHttp
HostedBinding(TypeScriptProgramReadBinding)
Trait Implementations§
Source§impl Clone for TypeScriptProgramReadTransport
impl Clone for TypeScriptProgramReadTransport
Source§fn clone(&self) -> TypeScriptProgramReadTransport
fn clone(&self) -> TypeScriptProgramReadTransport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl StructuralPartialEq for TypeScriptProgramReadTransport
Auto Trait Implementations§
impl Freeze for TypeScriptProgramReadTransport
impl RefUnwindSafe for TypeScriptProgramReadTransport
impl Send for TypeScriptProgramReadTransport
impl Sync for TypeScriptProgramReadTransport
impl Unpin for TypeScriptProgramReadTransport
impl UnsafeUnpin for TypeScriptProgramReadTransport
impl UnwindSafe for TypeScriptProgramReadTransport
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