[−][src]Struct opcua_server::prelude::service_types::SimpleAttributeOperand
Fields
type_definition_id: NodeIdbrowse_path: Option<Vec<QualifiedName>>attribute_id: u32index_range: UAStringImplementations
impl SimpleAttributeOperand[src]
pub fn new<T>(
type_definition_id: T,
browse_path: &str,
attribute_id: AttributeId,
index_range: UAString
) -> SimpleAttributeOperand where
T: Into<NodeId>, [src]
type_definition_id: T,
browse_path: &str,
attribute_id: AttributeId,
index_range: UAString
) -> SimpleAttributeOperand where
T: Into<NodeId>,
Trait Implementations
impl BinaryEncoder<SimpleAttributeOperand> for SimpleAttributeOperand[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<SimpleAttributeOperand, StatusCode> where
S: Read, [src]
stream: &mut S,
decoding_limits: &DecodingLimits
) -> Result<SimpleAttributeOperand, StatusCode> where
S: Read,
fn encode_to_vec(&self) -> Vec<u8>[src]
impl Clone for SimpleAttributeOperand[src]
fn clone(&self) -> SimpleAttributeOperand[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for SimpleAttributeOperand[src]
impl From<SimpleAttributeOperand> for Operand[src]
fn from(v: SimpleAttributeOperand) -> Operand[src]
impl PartialEq<SimpleAttributeOperand> for SimpleAttributeOperand[src]
fn eq(&self, other: &SimpleAttributeOperand) -> bool[src]
fn ne(&self, other: &SimpleAttributeOperand) -> bool[src]
impl Serialize for SimpleAttributeOperand[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 StructuralPartialEq for SimpleAttributeOperand[src]
Auto Trait Implementations
impl RefUnwindSafe for SimpleAttributeOperand
impl Send for SimpleAttributeOperand
impl Sync for SimpleAttributeOperand
impl Unpin for SimpleAttributeOperand
impl UnwindSafe for SimpleAttributeOperand
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> 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, U> TryFrom<U> 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, U> TryInto<U> 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<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,