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 copy 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 moreAuto 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