Struct binarystream::binary::Uuid
source · pub struct Uuid {}Expand description
- Byte
- Represents a signed 128-bit ( 16 bytes ) uuid string.
Implementations§
Trait Implementations§
source§impl FromNapiMutRef for Uuid
impl FromNapiMutRef for Uuid
source§unsafe fn from_napi_mut_ref(
env: napi_env,
napi_val: napi_value
) -> Result<&'static mut Self>
unsafe fn from_napi_mut_ref( env: napi_env, napi_val: napi_value ) -> Result<&'static mut Self>
Safety Read more
source§impl FromNapiRef for Uuid
impl FromNapiRef for Uuid
source§unsafe fn from_napi_ref(
env: napi_env,
napi_val: napi_value
) -> Result<&'static Self>
unsafe fn from_napi_ref( env: napi_env, napi_val: napi_value ) -> Result<&'static Self>
Safety Read more
source§impl FromNapiValue for &Uuid
impl FromNapiValue for &Uuid
source§impl FromNapiValue for &mut Uuid
impl FromNapiValue for &mut Uuid
source§impl ToNapiValue for Uuid
impl ToNapiValue for Uuid
source§impl ValidateNapiValue for &Uuid
impl ValidateNapiValue for &Uuid
Auto Trait Implementations§
impl RefUnwindSafe for Uuid
impl Send for Uuid
impl Sync for Uuid
impl Unpin for Uuid
impl UnwindSafe for Uuid
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