pub struct SumFreeParamObj {
pub name: String,
}Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for SumFreeParamObj
impl Clone for SumFreeParamObj
Source§fn clone(&self) -> SumFreeParamObj
fn clone(&self) -> SumFreeParamObj
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 SumFreeParamObj
impl Debug for SumFreeParamObj
Source§impl Display for SumFreeParamObj
impl Display for SumFreeParamObj
Source§impl From<SumFreeParamObj> for FnObjHead
impl From<SumFreeParamObj> for FnObjHead
Source§fn from(p: SumFreeParamObj) -> Self
fn from(p: SumFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl From<SumFreeParamObj> for Obj
impl From<SumFreeParamObj> for Obj
Source§fn from(v: SumFreeParamObj) -> Self
fn from(v: SumFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SumFreeParamObj
impl PartialEq for SumFreeParamObj
impl Eq for SumFreeParamObj
impl StructuralPartialEq for SumFreeParamObj
Auto Trait Implementations§
impl Freeze for SumFreeParamObj
impl RefUnwindSafe for SumFreeParamObj
impl Send for SumFreeParamObj
impl Sync for SumFreeParamObj
impl Unpin for SumFreeParamObj
impl UnsafeUnpin for SumFreeParamObj
impl UnwindSafe for SumFreeParamObj
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