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