pub struct AcknowledgeBuilder(/* private fields */);Implementations§
Source§impl AcknowledgeBuilder
impl AcknowledgeBuilder
pub fn new() -> Self
pub fn new_from_body(body: Acknowledge) -> Self
pub fn build(self) -> Acknowledge
pub fn with_origination_id(self, originating_id: EntityId) -> Self
pub fn with_receiving_id(self, receiving_id: EntityId) -> Self
pub fn with_acknowledge_flag(self, acknowledge_flag: AcknowledgeFlag) -> Self
pub fn with_response_flag(self, response_flag: ResponseFlag) -> Self
pub fn with_request_id(self, request_id: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcknowledgeBuilder
impl RefUnwindSafe for AcknowledgeBuilder
impl Send for AcknowledgeBuilder
impl Sync for AcknowledgeBuilder
impl Unpin for AcknowledgeBuilder
impl UnwindSafe for AcknowledgeBuilder
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