pub struct UUIDDescriptor {
pub text_offset: u64,
pub text_size: u32,
pub uuid: String,
pub path_offset: u32,
pub path_string: String,
}Fields§
§text_offset: u64§text_size: u32§uuid: String§path_offset: u32§path_string: StringTrait Implementations§
Source§impl Debug for UUIDDescriptor
impl Debug for UUIDDescriptor
Source§impl Default for UUIDDescriptor
impl Default for UUIDDescriptor
Source§fn default() -> UUIDDescriptor
fn default() -> UUIDDescriptor
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UUIDDescriptor
impl<'de> Deserialize<'de> for UUIDDescriptor
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 UUIDDescriptor
impl RefUnwindSafe for UUIDDescriptor
impl Send for UUIDDescriptor
impl Sync for UUIDDescriptor
impl Unpin for UUIDDescriptor
impl UnwindSafe for UUIDDescriptor
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