#[repr(C)]pub struct AnalysisModule_Interface(/* private fields */);
Expand description
A marker type describing the traits that are required when constructing AnalysisModule_TO
,and are then implemented by it,
by implementing the InterfaceType
trait.
Implementations§
Trait Implementations§
Source§impl GetStaticEquivalent_ for AnalysisModule_Interface
impl GetStaticEquivalent_ for AnalysisModule_Interface
type StaticEquivalent = _static_AnalysisModule_Interface
Source§impl InterfaceType for AnalysisModule_Interface
impl InterfaceType for AnalysisModule_Interface
type Clone = Unimplemented<Clone>
type Default = Unimplemented<Default>
type Display = Unimplemented<Display>
type Debug = Unimplemented<Debug>
type Serialize = Unimplemented<Serialize>
type Eq = Unimplemented<Eq>
type PartialEq = Unimplemented<PartialEq>
type Ord = Unimplemented<Ord>
type PartialOrd = Unimplemented<PartialOrd>
type Hash = Unimplemented<Hash>
type Deserialize = Unimplemented<Deserialize>
Source§type Send = Unimplemented<Send>
type Send = Unimplemented<Send>
Changing this to require/unrequire in minor versions,is an abi breaking change.
Source§type Sync = Unimplemented<Sync>
type Sync = Unimplemented<Sync>
Changing this to require/unrequire in minor versions,is an abi breaking change.
type Iterator = Unimplemented<Iterator>
type DoubleEndedIterator = Unimplemented<DoubleEndedIterator>
type FmtWrite = Unimplemented<FmtWrite>
type IoWrite = Unimplemented<IoWrite>
type IoSeek = Unimplemented<IoSeek>
type IoRead = Unimplemented<IoRead>
type IoBufRead = Unimplemented<IoBufRead>
type Error = Unimplemented<Error>
Source§impl StableAbi for AnalysisModule_Interface
impl StableAbi for AnalysisModule_Interface
Source§const LAYOUT: &'static TypeLayout
const LAYOUT: &'static TypeLayout
The layout of the type provided by implementors.
Source§type IsNonZeroType = False
type IsNonZeroType = False
Whether this type has a single invalid bit-pattern. Read more
Source§const ABI_CONSTS: AbiConsts = _
const ABI_CONSTS: AbiConsts = _
const
-equivalents of the associated types.Auto Trait Implementations§
impl Freeze for AnalysisModule_Interface
impl RefUnwindSafe for AnalysisModule_Interface
impl Send for AnalysisModule_Interface
impl Sync for AnalysisModule_Interface
impl Unpin for AnalysisModule_Interface
impl UnwindSafe for AnalysisModule_Interface
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> GetWithMetadata for T
impl<T> GetWithMetadata for T
Source§type ForSelf = WithMetadata_<T, T>
type ForSelf = WithMetadata_<T, T>
This is always
WithMetadata_<Self, Self>
Source§impl<I> InterfaceBound for Iwhere
I: InterfaceType,
<I as InterfaceType>::Send: IsImplemented,
<I as InterfaceType>::Sync: IsImplemented,
<I as InterfaceType>::Error: IsImplemented,
<I as InterfaceType>::Clone: IsImplemented,
<I as InterfaceType>::Default: IsImplemented,
<I as InterfaceType>::Display: IsImplemented,
<I as InterfaceType>::Debug: IsImplemented,
<I as InterfaceType>::Serialize: IsImplemented,
<I as InterfaceType>::PartialEq: IsImplemented,
<I as InterfaceType>::Ord: IsImplemented,
<I as InterfaceType>::PartialOrd: IsImplemented,
<I as InterfaceType>::Hash: IsImplemented,
<I as InterfaceType>::Iterator: IsImplemented,
<I as InterfaceType>::DoubleEndedIterator: IsImplemented,
<I as InterfaceType>::FmtWrite: IsImplemented,
<I as InterfaceType>::IoWrite: IsImplemented,
<I as InterfaceType>::IoRead: IsImplemented,
<I as InterfaceType>::IoBufRead: IsImplemented,
<I as InterfaceType>::IoSeek: IsImplemented,
impl<I> InterfaceBound for Iwhere
I: InterfaceType,
<I as InterfaceType>::Send: IsImplemented,
<I as InterfaceType>::Sync: IsImplemented,
<I as InterfaceType>::Error: IsImplemented,
<I as InterfaceType>::Clone: IsImplemented,
<I as InterfaceType>::Default: IsImplemented,
<I as InterfaceType>::Display: IsImplemented,
<I as InterfaceType>::Debug: IsImplemented,
<I as InterfaceType>::Serialize: IsImplemented,
<I as InterfaceType>::PartialEq: IsImplemented,
<I as InterfaceType>::Ord: IsImplemented,
<I as InterfaceType>::PartialOrd: IsImplemented,
<I as InterfaceType>::Hash: IsImplemented,
<I as InterfaceType>::Iterator: IsImplemented,
<I as InterfaceType>::DoubleEndedIterator: IsImplemented,
<I as InterfaceType>::FmtWrite: IsImplemented,
<I as InterfaceType>::IoWrite: IsImplemented,
<I as InterfaceType>::IoRead: IsImplemented,
<I as InterfaceType>::IoBufRead: IsImplemented,
<I as InterfaceType>::IoSeek: IsImplemented,
Source§const Clone: bool = <I::Clone as IsImplemented>::VALUE
const Clone: bool = <I::Clone as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Default: bool = <I::Default as IsImplemented>::VALUE
const Default: bool = <I::Default as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Display: bool = <I::Display as IsImplemented>::VALUE
const Display: bool = <I::Display as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Debug: bool = <I::Debug as IsImplemented>::VALUE
const Debug: bool = <I::Debug as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Serialize: bool = <I::Serialize as IsImplemented>::VALUE
const Serialize: bool = <I::Serialize as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const PartialEq: bool = <I::PartialEq as IsImplemented>::VALUE
const PartialEq: bool = <I::PartialEq as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Ord: bool = <I::Ord as IsImplemented>::VALUE
const Ord: bool = <I::Ord as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const PartialOrd: bool = <I::PartialOrd as IsImplemented>::VALUE
const PartialOrd: bool = <I::PartialOrd as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Hash: bool = <I::Hash as IsImplemented>::VALUE
const Hash: bool = <I::Hash as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const Iterator: bool = <I::Iterator as IsImplemented>::VALUE
const Iterator: bool = <I::Iterator as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const DoubleEndedIterator: bool = <I::DoubleEndedIterator as IsImplemented>::VALUE
const DoubleEndedIterator: bool = <I::DoubleEndedIterator as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const FmtWrite: bool = <I::FmtWrite as IsImplemented>::VALUE
const FmtWrite: bool = <I::FmtWrite as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const IoWrite: bool = <I::IoWrite as IsImplemented>::VALUE
const IoWrite: bool = <I::IoWrite as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const IoRead: bool = <I::IoRead as IsImplemented>::VALUE
const IoRead: bool = <I::IoRead as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const IoBufRead: bool = <I::IoBufRead as IsImplemented>::VALUE
const IoBufRead: bool = <I::IoBufRead as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.Source§const IoSeek: bool = <I::IoSeek as IsImplemented>::VALUE
const IoSeek: bool = <I::IoSeek as IsImplemented>::VALUE
Whether the trait is required,
and is usable by a
DynTrait
parameterized with this InterfaceType
.const __InterfaceBound_BLANKET_IMPL: PrivStruct<I>
Source§impl<T> SelfOps for Twhere
T: ?Sized,
impl<T> SelfOps for Twhere
T: ?Sized,
Source§const T: PhantomData<fn() -> Self> = PhantomData
const T: PhantomData<fn() -> Self> = PhantomData
Represents Self by using a VariantPhantom,
using the syntax
Type::T
to pass it in methods with _:VariantPhantom<T>
parameters. Read moreSource§const T_D: PhantomData<Self> = PhantomData
const T_D: PhantomData<Self> = PhantomData
Represents Self by using a VariantDropPhantom,for specialized cases. Read more
Source§fn assert_ty(self, _other: PhantomData<fn() -> Self>) -> Selfwhere
Self: Sized,
fn assert_ty(self, _other: PhantomData<fn() -> Self>) -> Selfwhere
Self: Sized,
Asserts that
other
is the same type as self
.Source§fn assert_ty_ref(&self, _other: PhantomData<fn() -> Self>) -> &Selfwhere
Self: Sized,
fn assert_ty_ref(&self, _other: PhantomData<fn() -> Self>) -> &Selfwhere
Self: Sized,
Asserts that
other
is the same type as self
.Source§fn assert_ty_mut(&mut self, _other: PhantomData<fn() -> Self>) -> &mut Selfwhere
Self: Sized,
fn assert_ty_mut(&mut self, _other: PhantomData<fn() -> Self>) -> &mut Selfwhere
Self: Sized,
Asserts that
other
is the same type as self
.Source§fn ty_(&self) -> PhantomData<fn() -> Self>
fn ty_(&self) -> PhantomData<fn() -> Self>
Equivalent to SelfOps::T,as a method. Read more
Source§fn ty_inv(&self) -> PhantomData<fn(Self) -> Self>
fn ty_inv(&self) -> PhantomData<fn(Self) -> Self>
Equivalent to Self::ty_ with an invariant type.
Source§fn ty_inv_ref(&self) -> PhantomData<Cell<&Self>>
fn ty_inv_ref(&self) -> PhantomData<Cell<&Self>>
Equivalent to Self::ty_ with an invariant lifetime.
Source§fn eq_id(&self, other: &Self) -> bool
fn eq_id(&self, other: &Self) -> bool
Identity comparison to another value of the same type. Read more
Source§fn piped<F, U>(self, f: F) -> U
fn piped<F, U>(self, f: F) -> U
Emulates the pipeline operator,allowing method syntax in more places. Read more
Source§fn piped_ref<'a, F, U>(&'a self, f: F) -> Uwhere
F: FnOnce(&'a Self) -> U,
fn piped_ref<'a, F, U>(&'a self, f: F) -> Uwhere
F: FnOnce(&'a Self) -> U,
The same as
piped
except that the function takes &Self
Useful for functions that take &Self
instead of Self
. Read moreSource§fn piped_mut<'a, F, U>(&'a mut self, f: F) -> Uwhere
F: FnOnce(&'a mut Self) -> U,
fn piped_mut<'a, F, U>(&'a mut self, f: F) -> Uwhere
F: FnOnce(&'a mut Self) -> U,
The same as
piped
except that the function takes &mut Self
.
Useful for functions that take &mut Self
instead of Self
.Source§fn mutated<F>(self, f: F) -> Self
fn mutated<F>(self, f: F) -> Self
Mutates self using a closure taking self by mutable reference,
passing it along the method chain. Read more
Source§fn observe<F>(self, f: F) -> Self
fn observe<F>(self, f: F) -> Self
Observes the value of self passing it along unmodified.
Useful in a long method chain. Read more
Source§fn into_<T>(self, _: PhantomData<fn() -> T>) -> Twhere
Self: Into<T>,
fn into_<T>(self, _: PhantomData<fn() -> T>) -> Twhere
Self: Into<T>,
Performs a conversion using Into. Read more
Source§fn as_ref_<T>(&self) -> &T
fn as_ref_<T>(&self) -> &T
Performs a reference to reference conversion using AsRef,
using the turbofish
.as_ref_::<_>()
syntax. Read moreSource§impl<This> TransmuteElement for Thiswhere
This: ?Sized,
impl<This> TransmuteElement for Thiswhere
This: ?Sized,
Source§unsafe fn transmute_element<T>(self) -> Self::TransmutedPtr
unsafe fn transmute_element<T>(self) -> Self::TransmutedPtr
Transmutes the element type of this pointer.. Read more
Source§impl<T> TypeIdentity for Twhere
T: ?Sized,
impl<T> TypeIdentity for Twhere
T: ?Sized,
Source§fn into_type_val(self) -> Self::Type
fn into_type_val(self) -> Self::Type
Converts a value back to the original type.
Source§fn into_type_ref(&self) -> &Self::Type
fn into_type_ref(&self) -> &Self::Type
Converts a reference back to the original type.
Source§fn into_type_mut(&mut self) -> &mut Self::Type
fn into_type_mut(&mut self) -> &mut Self::Type
Converts a mutable reference back to the original type.
Source§fn into_type_box(self: Box<Self>) -> Box<Self::Type>
fn into_type_box(self: Box<Self>) -> Box<Self::Type>
Converts a box back to the original type.
Source§fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type>
fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type>
Converts an Arc back to the original type.
Source§fn from_type_val(this: Self::Type) -> Self
fn from_type_val(this: Self::Type) -> Self
Converts a value back to the original type.
Source§fn from_type_ref(this: &Self::Type) -> &Self
fn from_type_ref(this: &Self::Type) -> &Self
Converts a reference back to the original type.
Source§fn from_type_mut(this: &mut Self::Type) -> &mut Self
fn from_type_mut(this: &mut Self::Type) -> &mut Self
Converts a mutable reference back to the original type.
Source§fn from_type_box(this: Box<Self::Type>) -> Box<Self>
fn from_type_box(this: Box<Self::Type>) -> Box<Self>
Converts a box back to the original type.