pub struct DomainParticipantBuilder { /* private fields */ }Expand description
Builder object to create a DomainParticipant with non-default
configuration.
Currently, the builder is mostly for configuring security, so the
functionality is very limited unless you are building RustDDS with
security feature enabled.
Implementations§
Source§impl DomainParticipantBuilder
impl DomainParticipantBuilder
pub fn new(domain_id: u16) -> DomainParticipantBuilder
pub fn build(self) -> CreateResult<DomainParticipant>
Auto Trait Implementations§
impl Freeze for DomainParticipantBuilder
impl RefUnwindSafe for DomainParticipantBuilder
impl Send for DomainParticipantBuilder
impl Sync for DomainParticipantBuilder
impl Unpin for DomainParticipantBuilder
impl UnwindSafe for DomainParticipantBuilder
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