pub struct RbxId(/* private fields */);Expand description
A unique ID that represents an instance within an RbxTree.
rbx_tree uses UUIDv4 values for instance IDs and serializes equivalently.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RbxId
impl<'de> Deserialize<'de> for RbxId
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
impl Copy for RbxId
impl Eq for RbxId
impl StructuralPartialEq for RbxId
Auto Trait Implementations§
impl Freeze for RbxId
impl RefUnwindSafe for RbxId
impl Send for RbxId
impl Sync for RbxId
impl Unpin for RbxId
impl UnwindSafe for RbxId
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