[−][src]Struct opcua_server::config::ServerLimits
Fields
clients_can_modify_address_space: boolIndicates if clients are able to modify the address space through the node management service
set. This is a very broad flag and is likely to require more fine grained per user control
in a later revision. By default, this value is false
max_subscriptions: u32Maximum number of subscriptions in a session, 0 for no limit
max_monitored_items_per_sub: u32Maximum number of monitored items per subscription, 0 for no limit
max_array_length: u32Max array length in elements
max_string_length: u32Max string length in characters
max_byte_string_length: u32Max bytestring length in bytes
min_sampling_interval: f64Specifies the minimum sampling interval for this server in seconds.
min_publishing_interval: f64Specifies the minimum publishing interval for this server in seconds.
Trait Implementations
impl Clone for ServerLimits[src]
fn clone(&self) -> ServerLimits[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ServerLimits[src]
impl Default for ServerLimits[src]
impl<'de> Deserialize<'de> for ServerLimits[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<ServerLimits> for ServerLimits[src]
fn eq(&self, other: &ServerLimits) -> bool[src]
fn ne(&self, other: &ServerLimits) -> bool[src]
impl Serialize for ServerLimits[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralPartialEq for ServerLimits[src]
Auto Trait Implementations
impl RefUnwindSafe for ServerLimits
impl Send for ServerLimits
impl Sync for ServerLimits
impl Unpin for ServerLimits
impl UnwindSafe for ServerLimits
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
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>,