pub struct RawUuidValue<'a>(pub &'a Uuid);Expand description
A helper to format a Uuid into an inlined byte array.
Tuple Fields§
§0: &'a UuidTrait Implementations§
Source§impl<'a> Display for RawUuidValue<'a>
impl<'a> Display for RawUuidValue<'a>
Source§impl<'a> ToTokens for RawUuidValue<'a>
impl<'a> ToTokens for RawUuidValue<'a>
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Auto Trait Implementations§
impl<'a> Freeze for RawUuidValue<'a>
impl<'a> RefUnwindSafe for RawUuidValue<'a>
impl<'a> Send for RawUuidValue<'a>
impl<'a> Sync for RawUuidValue<'a>
impl<'a> Unpin for RawUuidValue<'a>
impl<'a> UnsafeUnpin for RawUuidValue<'a>
impl<'a> UnwindSafe for RawUuidValue<'a>
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