pub struct StartResumeBuilder(/* private fields */);Implementations§
Source§impl StartResumeBuilder
impl StartResumeBuilder
pub fn new() -> Self
pub fn new_from_body(body: StartResume) -> Self
pub fn build(self) -> StartResume
pub fn with_origination_id(self, originating_id: EntityId) -> Self
pub fn with_receiving_id(self, receiving_id: EntityId) -> Self
pub fn with_real_world_time(self, real_world_time: ClockTime) -> Self
pub fn with_simulation_time(self, simulation_time: ClockTime) -> Self
pub fn with_request_id(self, request_id: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartResumeBuilder
impl RefUnwindSafe for StartResumeBuilder
impl Send for StartResumeBuilder
impl Sync for StartResumeBuilder
impl Unpin for StartResumeBuilder
impl UnwindSafe for StartResumeBuilder
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