pub struct RecordRBuilder(/* private fields */);Implementations§
Source§impl RecordRBuilder
impl RecordRBuilder
pub fn new() -> Self
pub fn new_from_body(body: RecordR) -> Self
pub fn build(self) -> RecordR
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_required_reliability_service( self, required_reliability_service: RequiredReliabilityService, ) -> Self
pub fn with_event_type(self, event_type: EventType) -> Self
pub fn with_response_serial_number(self, response_serial_number: u32) -> Self
pub fn with_record_specification( self, record_specification: RecordSpecification, ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecordRBuilder
impl RefUnwindSafe for RecordRBuilder
impl Send for RecordRBuilder
impl Sync for RecordRBuilder
impl Unpin for RecordRBuilder
impl UnwindSafe for RecordRBuilder
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