[−][src]Struct opcua_server::prelude::ExpandedNodeId
A NodeId that allows the namespace URI to be specified instead of an index.
Fields
node_id: NodeIdnamespace_uri: UAStringserver_index: u32Methods
impl ExpandedNodeId[src]
pub fn new<T>(value: T) -> ExpandedNodeId where
T: 'static + Into<ExpandedNodeId>, [src]
T: 'static + Into<ExpandedNodeId>,
Creates an expanded node id from a node id
pub fn null() -> ExpandedNodeId[src]
pub fn is_null(&self) -> bool[src]
Trait Implementations
impl BinaryEncoder<ExpandedNodeId> for ExpandedNodeId[src]
fn byte_len(&self) -> usize[src]
fn encode<S>(&self, stream: &mut S) -> Result<usize, StatusCode> where
S: Write, [src]
S: Write,
fn decode<S>(
stream: &mut S,
decoding_limits: &DecodingLimits
) -> Result<ExpandedNodeId, StatusCode> where
S: Read, [src]
stream: &mut S,
decoding_limits: &DecodingLimits
) -> Result<ExpandedNodeId, StatusCode> where
S: Read,
fn to_vec(&self) -> Vec<u8>[src]
impl Clone for ExpandedNodeId[src]
fn clone(&self) -> ExpandedNodeId[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Serialize for ExpandedNodeId[src]
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, [src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl From<NodeId> for ExpandedNodeId[src]
fn from(v: NodeId) -> ExpandedNodeId[src]
impl From<ExpandedNodeId> for Variant[src]
fn from(v: ExpandedNodeId) -> Variant[src]
impl Into<ExpandedNodeId> for ObjectTypeId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for ObjectId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for DataTypeId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for MethodId[src]
fn into(self) -> ExpandedNodeId[src]
impl<'a> Into<ExpandedNodeId> for &'a NodeId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for VariableId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for VariableTypeId[src]
fn into(self) -> ExpandedNodeId[src]
impl Into<ExpandedNodeId> for ReferenceTypeId[src]
fn into(self) -> ExpandedNodeId[src]
impl PartialEq<ExpandedNodeId> for ExpandedNodeId[src]
fn eq(&self, other: &ExpandedNodeId) -> bool[src]
fn ne(&self, other: &ExpandedNodeId) -> bool[src]
impl<'de> Deserialize<'de> for ExpandedNodeId[src]
fn deserialize<__D>(
__deserializer: __D
) -> Result<ExpandedNodeId, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, [src]
__deserializer: __D
) -> Result<ExpandedNodeId, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Debug for ExpandedNodeId[src]
Auto Trait Implementations
impl Send for ExpandedNodeId
impl Sync for ExpandedNodeId
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,