Struct everscale_types::models::config::ParamIdentity
source · #[repr(transparent)]pub struct ParamIdentity<T>(_);Expand description
Identity wrapper for ConfigParamWrapper.
Trait Implementations§
source§impl<T> ConfigParamWrapper<T> for ParamIdentity<T>
impl<T> ConfigParamWrapper<T> for ParamIdentity<T>
source§fn into_inner(self) -> T
fn into_inner(self) -> T
Converts this wrapper into an underlying type.
Auto Trait Implementations§
impl<T> RefUnwindSafe for ParamIdentity<T>where T: RefUnwindSafe,
impl<T> Send for ParamIdentity<T>where T: Send,
impl<T> Sync for ParamIdentity<T>where T: Sync,
impl<T> Unpin for ParamIdentity<T>where T: Unpin,
impl<T> UnwindSafe for ParamIdentity<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