pub struct AcknowledgeRBuilder(/* private fields */);Implementations§
Source§impl AcknowledgeRBuilder
impl AcknowledgeRBuilder
pub fn new() -> Self
pub fn new_from_body(body: AcknowledgeR) -> Self
pub fn build(self) -> AcknowledgeR
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 AcknowledgeRBuilder
impl RefUnwindSafe for AcknowledgeRBuilder
impl Send for AcknowledgeRBuilder
impl Sync for AcknowledgeRBuilder
impl Unpin for AcknowledgeRBuilder
impl UnwindSafe for AcknowledgeRBuilder
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