pub struct GUID_t {
pub guidPrefix: GuidPrefix_t,
pub entityId: EntityId_t,
}Fields§
§guidPrefix: GuidPrefix_t§entityId: EntityId_tImplementations§
Source§impl GUID_t
impl GUID_t
pub fn new(guidPrefix: GuidPrefix_t, entityId: EntityId_t) -> Self
pub fn guidPrefix(&self) -> &GuidPrefix_t
pub fn set_guidPrefix(&mut self, value: GuidPrefix_t)
pub fn entityId(&self) -> &EntityId_t
pub fn set_entityId(&mut self, value: EntityId_t)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GUID_t
impl<'de> Deserialize<'de> for GUID_t
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GUID_t
impl RefUnwindSafe for GUID_t
impl Send for GUID_t
impl Sync for GUID_t
impl Unpin for GUID_t
impl UnsafeUnpin for GUID_t
impl UnwindSafe for GUID_t
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