pub struct LchuvTag;Expand description
A tag type uniquely identifying the Lchuv type in generic contexts
Auto Trait Implementations§
impl Freeze for LchuvTag
impl RefUnwindSafe for LchuvTag
impl Send for LchuvTag
impl Sync for LchuvTag
impl Unpin for LchuvTag
impl UnsafeUnpin for LchuvTag
impl UnwindSafe for LchuvTag
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