pub struct Identity<'gc, C: CustomTypes<S>, S: System<C>>(/* private fields */);
Expand description
A value representing the identity of a Value
.
Trait Implementations§
Source§impl<'gc, C: CustomTypes<S>, S: System<C>> Ord for Identity<'gc, C, S>
impl<'gc, C: CustomTypes<S>, S: System<C>> Ord for Identity<'gc, C, S>
Source§impl<'gc, C: CustomTypes<S>, S: System<C>> PartialOrd for Identity<'gc, C, S>
impl<'gc, C: CustomTypes<S>, S: System<C>> PartialOrd for Identity<'gc, C, S>
impl<'gc, C: CustomTypes<S>, S: System<C>> Copy for Identity<'gc, C, S>
impl<'gc, C: CustomTypes<S>, S: System<C>> Eq for Identity<'gc, C, S>
Auto Trait Implementations§
impl<'gc, C, S> Freeze for Identity<'gc, C, S>
impl<'gc, C, S> !RefUnwindSafe for Identity<'gc, C, S>
impl<'gc, C, S> !Send for Identity<'gc, C, S>
impl<'gc, C, S> !Sync for Identity<'gc, C, S>
impl<'gc, C, S> Unpin for Identity<'gc, C, S>
impl<'gc, C, S> !UnwindSafe for Identity<'gc, C, S>
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