pub struct ThreadContainerFactory {
pub pulsar_client_memory_limit: Option<Box<MemoryLimit>>,
pub thread_group_name: Option<String>,
}Fields§
§pulsar_client_memory_limit: Option<Box<MemoryLimit>>§thread_group_name: Option<String>Implementations§
source§impl ThreadContainerFactory
impl ThreadContainerFactory
pub fn new() -> ThreadContainerFactory
Trait Implementations§
source§impl Clone for ThreadContainerFactory
impl Clone for ThreadContainerFactory
source§fn clone(&self) -> ThreadContainerFactory
fn clone(&self) -> ThreadContainerFactory
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 moresource§impl Debug for ThreadContainerFactory
impl Debug for ThreadContainerFactory
source§impl Default for ThreadContainerFactory
impl Default for ThreadContainerFactory
source§fn default() -> ThreadContainerFactory
fn default() -> ThreadContainerFactory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ThreadContainerFactory
impl<'de> Deserialize<'de> for ThreadContainerFactory
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ThreadContainerFactory
impl PartialEq for ThreadContainerFactory
source§fn eq(&self, other: &ThreadContainerFactory) -> bool
fn eq(&self, other: &ThreadContainerFactory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ThreadContainerFactory
impl Serialize for ThreadContainerFactory
impl StructuralPartialEq for ThreadContainerFactory
Auto Trait Implementations§
impl RefUnwindSafe for ThreadContainerFactory
impl Send for ThreadContainerFactory
impl Sync for ThreadContainerFactory
impl Unpin for ThreadContainerFactory
impl UnwindSafe for ThreadContainerFactory
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