pub struct TypeScriptLiveEndpoints {
pub websocket_url: Option<String>,
pub http_url: Option<String>,
}Fields§
§websocket_url: Option<String>§http_url: Option<String>Trait Implementations§
Source§impl Clone for TypeScriptLiveEndpoints
impl Clone for TypeScriptLiveEndpoints
Source§fn clone(&self) -> TypeScriptLiveEndpoints
fn clone(&self) -> TypeScriptLiveEndpoints
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 moreSource§impl Debug for TypeScriptLiveEndpoints
impl Debug for TypeScriptLiveEndpoints
Source§impl Default for TypeScriptLiveEndpoints
impl Default for TypeScriptLiveEndpoints
Source§fn default() -> TypeScriptLiveEndpoints
fn default() -> TypeScriptLiveEndpoints
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TypeScriptLiveEndpoints
impl RefUnwindSafe for TypeScriptLiveEndpoints
impl Send for TypeScriptLiveEndpoints
impl Sync for TypeScriptLiveEndpoints
impl Unpin for TypeScriptLiveEndpoints
impl UnsafeUnpin for TypeScriptLiveEndpoints
impl UnwindSafe for TypeScriptLiveEndpoints
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