pub struct RemoveEntity {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub request_id: u32,
}Expand description
5.6.5.3 Remove Entity PDU
7.5.3 Remove Entity PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§request_id: u32Implementations§
Source§impl RemoveEntity
impl RemoveEntity
pub fn builder() -> RemoveEntityBuilder
pub fn into_builder(self) -> RemoveEntityBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for RemoveEntity
impl BodyInfo for RemoveEntity
Source§impl Clone for RemoveEntity
impl Clone for RemoveEntity
Source§fn clone(&self) -> RemoveEntity
fn clone(&self) -> RemoveEntity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RemoveEntity
impl Debug for RemoveEntity
Source§impl Default for RemoveEntity
impl Default for RemoveEntity
Source§fn default() -> RemoveEntity
fn default() -> RemoveEntity
Returns the “default value” for a type. Read more
Source§impl Interaction for RemoveEntity
impl Interaction for RemoveEntity
Source§impl PartialEq for RemoveEntity
impl PartialEq for RemoveEntity
Source§impl SerializePdu for RemoveEntity
impl SerializePdu for RemoveEntity
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for RemoveEntity
Auto Trait Implementations§
impl Freeze for RemoveEntity
impl RefUnwindSafe for RemoveEntity
impl Send for RemoveEntity
impl Sync for RemoveEntity
impl Unpin for RemoveEntity
impl UnwindSafe for RemoveEntity
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