pub struct ProductFreeParamObj {
pub name: String,
}Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for ProductFreeParamObj
impl Clone for ProductFreeParamObj
Source§fn clone(&self) -> ProductFreeParamObj
fn clone(&self) -> ProductFreeParamObj
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProductFreeParamObj
impl Debug for ProductFreeParamObj
Source§impl Display for ProductFreeParamObj
impl Display for ProductFreeParamObj
Source§impl From<ProductFreeParamObj> for FnObjHead
impl From<ProductFreeParamObj> for FnObjHead
Source§fn from(p: ProductFreeParamObj) -> Self
fn from(p: ProductFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl From<ProductFreeParamObj> for Obj
impl From<ProductFreeParamObj> for Obj
Source§fn from(v: ProductFreeParamObj) -> Self
fn from(v: ProductFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ProductFreeParamObj
impl PartialEq for ProductFreeParamObj
impl Eq for ProductFreeParamObj
impl StructuralPartialEq for ProductFreeParamObj
Auto Trait Implementations§
impl Freeze for ProductFreeParamObj
impl RefUnwindSafe for ProductFreeParamObj
impl Send for ProductFreeParamObj
impl Sync for ProductFreeParamObj
impl Unpin for ProductFreeParamObj
impl UnsafeUnpin for ProductFreeParamObj
impl UnwindSafe for ProductFreeParamObj
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