pub struct UserSelfTy {
pub impl_def_id: DefId,
pub self_ty: Ty,
}Expand description
Reflects [ty::UserSelfTy]
Fields§
§impl_def_id: DefId§self_ty: TyTrait Implementations§
Source§impl Clone for UserSelfTy
impl Clone for UserSelfTy
Source§fn clone(&self) -> UserSelfTy
fn clone(&self) -> UserSelfTy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UserSelfTy
impl Debug for UserSelfTy
Source§impl<'tcx, S: UnderOwnerState<'tcx>> SInto<S, UserSelfTy> for UserSelfTy<'tcx>
impl<'tcx, S: UnderOwnerState<'tcx>> SInto<S, UserSelfTy> for UserSelfTy<'tcx>
fn sinto(&self, gstate: &S) -> UserSelfTy
Auto Trait Implementations§
impl DynSend for UserSelfTy
impl DynSync for UserSelfTy
impl Freeze for UserSelfTy
impl RefUnwindSafe for UserSelfTy
impl Send for UserSelfTy
impl Sync for UserSelfTy
impl Unpin for UserSelfTy
impl UnsafeUnpin for UserSelfTy
impl UnwindSafe for UserSelfTy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more