pub struct TypedParam(/* private fields */);
Trait Implementations§
Source§impl Debug for TypedParam
impl Debug for TypedParam
Source§impl From<remote_typed_param> for TypedParam
impl From<remote_typed_param> for TypedParam
Source§fn from(p: remote_typed_param) -> Self
fn from(p: remote_typed_param) -> Self
Converts to this type from the input type.
Source§impl Into<TypedParam> for MigrationParam
impl Into<TypedParam> for MigrationParam
Source§fn into(self) -> TypedParam
fn into(self) -> TypedParam
Converts this type into the (usually inferred) input type.
Source§impl Into<remote_typed_param> for TypedParam
impl Into<remote_typed_param> for TypedParam
Source§fn into(self) -> remote_typed_param
fn into(self) -> remote_typed_param
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for TypedParam
impl RefUnwindSafe for TypedParam
impl Send for TypedParam
impl Sync for TypedParam
impl Unpin for TypedParam
impl UnwindSafe for TypedParam
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