pub struct RegisterNodeConnectionRequest {
pub ws_id: String,
pub session_id: String,
pub node_type: String,
pub instance_id: String,
pub host_name: Option<String>,
pub tenant_id: String,
pub scope_id: String,
}Fields§
§ws_id: String§session_id: String§node_type: String§instance_id: String§host_name: Option<String>§tenant_id: String§scope_id: StringTrait Implementations§
Source§impl Clone for RegisterNodeConnectionRequest
impl Clone for RegisterNodeConnectionRequest
Source§fn clone(&self) -> RegisterNodeConnectionRequest
fn clone(&self) -> RegisterNodeConnectionRequest
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<'de> Deserialize<'de> for RegisterNodeConnectionRequest
impl<'de> Deserialize<'de> for RegisterNodeConnectionRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RegisterNodeConnectionRequest
impl RefUnwindSafe for RegisterNodeConnectionRequest
impl Send for RegisterNodeConnectionRequest
impl Sync for RegisterNodeConnectionRequest
impl Unpin for RegisterNodeConnectionRequest
impl UnsafeUnpin for RegisterNodeConnectionRequest
impl UnwindSafe for RegisterNodeConnectionRequest
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