pub struct GatewayInformationResult {
pub node_address: WString,
pub node_id: NodeId,
pub node_instance_id: u64,
pub node_name: WString,
}
Expand description
FabricClient connection information. Traslated from IFabricGatewayInformationResult
Fields§
§node_address: WString
§node_id: NodeId
§node_instance_id: u64
§node_name: WString
Trait Implementations§
Source§impl Clone for GatewayInformationResult
impl Clone for GatewayInformationResult
Source§fn clone(&self) -> GatewayInformationResult
fn clone(&self) -> GatewayInformationResult
Returns a duplicate of the value. Read more
1.0.0 · 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 GatewayInformationResult
impl Debug for GatewayInformationResult
Source§impl From<&IFabricGatewayInformationResult> for GatewayInformationResult
impl From<&IFabricGatewayInformationResult> for GatewayInformationResult
Source§fn from(com: &IFabricGatewayInformationResult) -> Self
fn from(com: &IFabricGatewayInformationResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GatewayInformationResult
impl RefUnwindSafe for GatewayInformationResult
impl Send for GatewayInformationResult
impl Sync for GatewayInformationResult
impl Unpin for GatewayInformationResult
impl UnwindSafe for GatewayInformationResult
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