[−][src]Struct binjs::generic::ast::PathItem
Fields
interface: I
field: F
Methods
impl<I, F> PathItem<I, F> where
F: Debug,
I: Debug,
[src]
F: Debug,
I: Debug,
Trait Implementations
impl<I, F> Clone for PathItem<I, F> where
F: Clone + Debug,
I: Clone + Debug,
[src]
F: Clone + Debug,
I: Clone + Debug,
impl<I, F> Debug for PathItem<I, F> where
F: Debug,
I: Debug,
[src]
F: Debug,
I: Debug,
impl<'de, I, F> Deserialize<'de> for PathItem<I, F> where
F: Debug + Deserialize<'de>,
I: Debug + Deserialize<'de>,
[src]
F: Debug + Deserialize<'de>,
I: Debug + Deserialize<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<PathItem<I, F>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<PathItem<I, F>, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl<I, F> Eq for PathItem<I, F> where
F: Eq + Debug,
I: Eq + Debug,
[src]
F: Eq + Debug,
I: Eq + Debug,
impl<I, F> Hash for PathItem<I, F> where
F: Hash + Debug,
I: Hash + Debug,
[src]
F: Hash + Debug,
I: Hash + Debug,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
__H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<I, F> PartialEq<PathItem<I, F>> for PathItem<I, F> where
F: PartialEq<F> + Debug,
I: PartialEq<I> + Debug,
[src]
F: PartialEq<F> + Debug,
I: PartialEq<I> + Debug,
impl<I, F> Serialize for PathItem<I, F> where
F: Debug + Serialize,
I: Debug + Serialize,
[src]
F: Debug + Serialize,
I: Debug + Serialize,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl<I, F> StructuralEq for PathItem<I, F> where
F: Debug,
I: Debug,
[src]
F: Debug,
I: Debug,
impl<I, F> StructuralPartialEq for PathItem<I, F> where
F: Debug,
I: Debug,
[src]
F: Debug,
I: Debug,
Auto Trait Implementations
impl<I, F> RefUnwindSafe for PathItem<I, F> where
F: RefUnwindSafe,
I: RefUnwindSafe,
F: RefUnwindSafe,
I: RefUnwindSafe,
impl<I, F> Send for PathItem<I, F> where
F: Send,
I: Send,
F: Send,
I: Send,
impl<I, F> Sync for PathItem<I, F> where
F: Sync,
I: Sync,
F: Sync,
I: Sync,
impl<I, F> Unpin for PathItem<I, F> where
F: Unpin,
I: Unpin,
F: Unpin,
I: Unpin,
impl<I, F> UnwindSafe for PathItem<I, F> where
F: UnwindSafe,
I: UnwindSafe,
F: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
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> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Downcast for T where
T: Any,
[src]
T: Any,
fn into_any(self: Box<T>) -> Box<dyn Any + 'static>
[src]
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any + 'static>
[src]
fn as_any(&self) -> &(dyn Any + 'static)
[src]
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
[src]
impl<T> DowncastSync for T where
T: Send + Sync + Any,
[src]
T: Send + Sync + Any,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
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> 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<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,