[−][src]Struct binjs_shared::ast::PathItem
Fields
interface: I
field: F
Methods
impl<I, F> PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
Trait Implementations
impl<I: Clone, F: Clone> Clone for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
impl<I: Debug, F: Debug> Debug for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
impl<'de, I, F> Deserialize<'de> for PathItem<I, F> where
I: Debug,
F: Debug,
I: Deserialize<'de>,
F: Deserialize<'de>,
[src]
I: Debug,
F: Debug,
I: Deserialize<'de>,
F: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl<I: Eq, F: Eq> Eq for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
impl<I: Hash, F: Hash> Hash for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<I: PartialEq, F: PartialEq> PartialEq<PathItem<I, F>> for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
impl<I, F> Serialize for PathItem<I, F> where
I: Debug,
F: Debug,
I: Serialize,
F: Serialize,
[src]
I: Debug,
F: Debug,
I: Serialize,
F: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl<I, F> StructuralEq for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: Debug,
impl<I, F> StructuralPartialEq for PathItem<I, F> where
I: Debug,
F: Debug,
[src]
I: Debug,
F: 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>,