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