pub struct CreateEntity {
pub originating_id: EntityId,
pub receiving_id: EntityId,
pub request_id: u32,
}Expand description
5.6.5.2 Create Entity PDU
7.5.2 Create Entity PDU
Fields§
§originating_id: EntityId§receiving_id: EntityId§request_id: u32Implementations§
Source§impl CreateEntity
impl CreateEntity
pub fn builder() -> CreateEntityBuilder
pub fn into_builder(self) -> CreateEntityBuilder
pub fn into_pdu_body(self) -> PduBody
Trait Implementations§
Source§impl BodyInfo for CreateEntity
impl BodyInfo for CreateEntity
Source§impl Clone for CreateEntity
impl Clone for CreateEntity
Source§fn clone(&self) -> CreateEntity
fn clone(&self) -> CreateEntity
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 CreateEntity
impl Debug for CreateEntity
Source§impl Default for CreateEntity
impl Default for CreateEntity
Source§fn default() -> CreateEntity
fn default() -> CreateEntity
Returns the “default value” for a type. Read more
Source§impl Interaction for CreateEntity
impl Interaction for CreateEntity
Source§impl PartialEq for CreateEntity
impl PartialEq for CreateEntity
Source§impl SerializePdu for CreateEntity
impl SerializePdu for CreateEntity
fn serialize_pdu(&self, _version: SupportedVersion, buf: &mut BytesMut) -> u16
impl StructuralPartialEq for CreateEntity
Auto Trait Implementations§
impl Freeze for CreateEntity
impl RefUnwindSafe for CreateEntity
impl Send for CreateEntity
impl Sync for CreateEntity
impl Unpin for CreateEntity
impl UnwindSafe for CreateEntity
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