pub struct ModuleParam<'cst>(/* private fields */);Implementations§
Source§impl<'cst> ModuleParam<'cst>
impl<'cst> ModuleParam<'cst>
pub fn typed_name(&self) -> Option<TypedName<'cst>>
Trait Implementations§
Source§impl<'cst> Clone for ModuleParam<'cst>
impl<'cst> Clone for ModuleParam<'cst>
Source§fn clone(&self) -> ModuleParam<'cst>
fn clone(&self) -> ModuleParam<'cst>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'cst> Copy for ModuleParam<'cst>
Source§impl<'cst> Debug for ModuleParam<'cst>
impl<'cst> Debug for ModuleParam<'cst>
Source§impl<'cst> View<'cst> for ModuleParam<'cst>
impl<'cst> View<'cst> for ModuleParam<'cst>
Auto Trait Implementations§
impl<'cst> Freeze for ModuleParam<'cst>
impl<'cst> RefUnwindSafe for ModuleParam<'cst>
impl<'cst> Send for ModuleParam<'cst>
impl<'cst> Sync for ModuleParam<'cst>
impl<'cst> Unpin for ModuleParam<'cst>
impl<'cst> UnsafeUnpin for ModuleParam<'cst>
impl<'cst> UnwindSafe for ModuleParam<'cst>
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