pub struct Dynamic<'input> {
pub bootstrap_method_attr: u16,
pub name_and_type: NameAndType<'input>,
}
Fields§
§bootstrap_method_attr: u16
§name_and_type: NameAndType<'input>
Trait Implementations§
Source§impl<'input> Ord for Dynamic<'input>
impl<'input> Ord for Dynamic<'input>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialOrd for Dynamic<'input>
impl<'input> PartialOrd for Dynamic<'input>
impl<'input> Eq for Dynamic<'input>
impl<'input> StructuralPartialEq for Dynamic<'input>
Auto Trait Implementations§
impl<'input> Freeze for Dynamic<'input>
impl<'input> RefUnwindSafe for Dynamic<'input>
impl<'input> Send for Dynamic<'input>
impl<'input> Sync for Dynamic<'input>
impl<'input> Unpin for Dynamic<'input>
impl<'input> UnwindSafe for Dynamic<'input>
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.