pub struct Bind<T> {
pub licit: Plicit,
pub name: UID,
pub ty: T,
}Expand description
Parameter information – with type and visibility.
Fields§
§licit: Plicit§name: UID§ty: TImplementations§
Trait Implementations§
impl<T: Eq> Eq for Bind<T>
Source§impl<T: HasMeta> HasMeta for Bind<T>
impl<T: HasMeta> HasMeta for Bind<T>
Source§fn inline_meta(self, tcs: TCS) -> TCMS<Self>
fn inline_meta(self, tcs: TCS) -> TCMS<Self>
Inline solved metas inside
self.impl<T: PartialEq> StructuralPartialEq for Bind<T>
Auto Trait Implementations§
impl<T> Freeze for Bind<T>where
T: Freeze,
impl<T> RefUnwindSafe for Bind<T>where
T: RefUnwindSafe,
impl<T> Send for Bind<T>where
T: Send,
impl<T> Sync for Bind<T>where
T: Sync,
impl<T> Unpin for Bind<T>where
T: Unpin,
impl<T> UnsafeUnpin for Bind<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Bind<T>where
T: UnwindSafe,
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