[−][src]Struct structural::type_level::field_path::AliasedPaths
A merker type indicating that FieldPathSet may not contain unique FielsPaths,
which means that its not safe to pass the FieldPathSet to GetFieldExt::fields_mut
(this is why it requires FieldPathSet<_,UniquePaths>).
Auto Trait Implementations
impl Unpin for AliasedPaths
impl Send for AliasedPaths
impl Sync for AliasedPaths
impl UnwindSafe for AliasedPaths
impl RefUnwindSafe for AliasedPaths
Blanket Implementations
impl<T> GetFieldExt for T where
T: ?Sized, [src]
T: ?Sized,
fn field_<'a, P>(&'a self, path: P) -> RevFieldRefType<'a, P, Self> where
P: IsFieldPath,
P: RevGetField<'a, Self>, [src]
P: IsFieldPath,
P: RevGetField<'a, Self>,
fn fields<'a, P>(&'a self, path: P) -> RevFieldRefType<'a, P, Self> where
P: RevGetField<'a, Self>, [src]
P: RevGetField<'a, Self>,
fn cloned_fields<'a, P>(
&'a self,
path: P
) -> <RevFieldRefType<'a, P, Self> as Cloned>::Cloned where
P: RevGetField<'a, Self>,
RevFieldRefType<'a, P, Self>: Cloned, [src]
&'a self,
path: P
) -> <RevFieldRefType<'a, P, Self> as Cloned>::Cloned where
P: RevGetField<'a, Self>,
RevFieldRefType<'a, P, Self>: Cloned,
fn field_mut<'a, P>(&'a mut self, path: P) -> RevFieldMutType<'a, P, Self> where
P: IsFieldPath,
P: RevGetFieldMut<'a, Self>, [src]
P: IsFieldPath,
P: RevGetFieldMut<'a, Self>,
fn fields_mut<'a, P>(&'a mut self, path: P) -> RevFieldMutType<'a, P, Self> where
P: IsFieldPathSet<PathUniqueness = UniquePaths>,
P: RevGetFieldMut<'a, Self>, [src]
P: IsFieldPathSet<PathUniqueness = UniquePaths>,
P: RevGetFieldMut<'a, Self>,
fn into_field<'a, P>(self, path: P) -> RevIntoFieldType<'a, P, Self> where
P: IsFieldPath,
P: RevIntoField<'a, Self>,
Self: Sized, [src]
P: IsFieldPath,
P: RevIntoField<'a, Self>,
Self: Sized,
fn box_into_field<'a, P>(
self: Box<Self>,
path: P
) -> RevIntoFieldType<'a, P, Self> where
P: RevIntoField<'a, Self>, [src]
self: Box<Self>,
path: P
) -> RevIntoFieldType<'a, P, Self> where
P: RevIntoField<'a, Self>,
impl<This, T> Array0<T> for This[src]
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> TypeIdentity for T where
T: ?Sized, [src]
T: ?Sized,
type Type = T
The same type as Self. Read more
fn into_type_val(self) -> Self::Type where
Self::Type: Sized, [src]
Self::Type: Sized,
fn into_type_ref(&self) -> &Self::Type[src]
fn into_type_mut(&mut self) -> &mut Self::Type[src]
ⓘImportant traits for Box<R>fn into_type_box(self: Box<Self>) -> Box<Self::Type>[src]
ⓘImportant traits for Box<R>
fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type>[src]
fn into_type_rc(this: Rc<Self>) -> Rc<Self::Type>[src]
fn from_type_val(this: Self::Type) -> Self where
Self::Type: Sized, [src]
Self::Type: Sized,
fn from_type_ref(this: &Self::Type) -> &Self[src]
fn from_type_mut(this: &mut Self::Type) -> &mut Self[src]
ⓘImportant traits for Box<R>fn from_type_box(this: Box<Self::Type>) -> Box<Self>[src]
ⓘImportant traits for Box<R>
fn from_type_arc(this: Arc<Self::Type>) -> Arc<Self>[src]
fn from_type_rc(this: Rc<Self::Type>) -> Rc<Self>[src]
impl<T> SelfOps for T where
T: ?Sized, [src]
T: ?Sized,
const T: PhantomData<fn() -> Self>[src]
const T_D: PhantomData<Self>[src]
fn assert_ty(self, _other: PhantomData<fn() -> Self>) -> Self[src]
fn assert_ty_ref(&self, _other: PhantomData<fn() -> Self>) -> &Self[src]
fn assert_ty_mut(&mut self, _other: PhantomData<fn() -> Self>) -> &mut Self[src]
fn ty_(&self) -> PhantomData<fn() -> Self>[src]
fn ty_d(&self) -> PhantomData<Self>[src]
fn ty_inv(&self) -> PhantomData<fn(Self) -> Self>[src]
fn ty_inv_ref(&self) -> PhantomData<Cell<&Self>>[src]
fn eq_id(&self, other: &Self) -> bool[src]
fn piped<F, U>(self, f: F) -> U where
F: FnOnce(Self) -> U, [src]
F: FnOnce(Self) -> U,
fn piped_ref<'a, F, U>(&'a self, f: F) -> U where
F: FnOnce(&'a Self) -> U, [src]
F: FnOnce(&'a Self) -> U,
fn piped_mut<'a, F, U>(&'a mut self, f: F) -> U where
F: FnOnce(&'a mut Self) -> U, [src]
F: FnOnce(&'a mut Self) -> U,
fn mutated<F>(self, f: F) -> Self where
F: FnOnce(&mut Self), [src]
F: FnOnce(&mut Self),
fn observe<F>(self, f: F) -> Self where
F: FnOnce(&Self), [src]
F: FnOnce(&Self),
fn into_<T>(self, PhantomData<fn() -> T>) -> T where
Self: Into<T>, [src]
Self: Into<T>,
fn as_ref_<T>(&self) -> &T where
Self: AsRef<T>,
T: ?Sized, [src]
Self: AsRef<T>,
T: ?Sized,
fn as_mut_<T>(&mut self) -> &mut T where
Self: AsMut<T>,
T: ?Sized, [src]
Self: AsMut<T>,
T: ?Sized,
fn drop_(self)[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,