pub struct ThreadpoolPolicy {
pub pool: Threadpool,
}Expand description
ThreadpoolPolicy (RT-CORBA §5.7) — binds a threadpool to a POA.
Fields§
§pool: ThreadpoolThe associated threadpool.
Trait Implementations§
Source§impl Clone for ThreadpoolPolicy
impl Clone for ThreadpoolPolicy
Source§fn clone(&self) -> ThreadpoolPolicy
fn clone(&self) -> ThreadpoolPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ThreadpoolPolicy
impl RefUnwindSafe for ThreadpoolPolicy
impl Send for ThreadpoolPolicy
impl Sync for ThreadpoolPolicy
impl Unpin for ThreadpoolPolicy
impl UnsafeUnpin for ThreadpoolPolicy
impl UnwindSafe for ThreadpoolPolicy
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