pub struct ActionResponseBuilder(/* private fields */);Implementations§
Source§impl ActionResponseBuilder
impl ActionResponseBuilder
pub fn new() -> Self
pub fn new_from_body(body: ActionResponse) -> Self
pub fn build(self) -> ActionResponse
pub fn with_origination_id(self, originating_id: EntityId) -> Self
pub fn with_receiving_id(self, receiving_id: EntityId) -> Self
pub fn with_request_id(self, request_id: u32) -> Self
pub fn with_request_status(self, request_status: RequestStatus) -> Self
pub fn with_fixed_datums(self, fixed_datum_records: Vec<FixedDatum>) -> Self
pub fn with_variable_datums( self, variable_datum_records: Vec<VariableDatum>, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionResponseBuilder
impl RefUnwindSafe for ActionResponseBuilder
impl Send for ActionResponseBuilder
impl Sync for ActionResponseBuilder
impl Unpin for ActionResponseBuilder
impl UnwindSafe for ActionResponseBuilder
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