pub struct ByInducFreeParamObj {
pub name: String,
}Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for ByInducFreeParamObj
impl Clone for ByInducFreeParamObj
Source§fn clone(&self) -> ByInducFreeParamObj
fn clone(&self) -> ByInducFreeParamObj
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 moreSource§impl Debug for ByInducFreeParamObj
impl Debug for ByInducFreeParamObj
Source§impl Display for ByInducFreeParamObj
impl Display for ByInducFreeParamObj
Source§impl From<ByInducFreeParamObj> for FnObjHead
impl From<ByInducFreeParamObj> for FnObjHead
Source§fn from(p: ByInducFreeParamObj) -> Self
fn from(p: ByInducFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl From<ByInducFreeParamObj> for Obj
impl From<ByInducFreeParamObj> for Obj
Source§fn from(v: ByInducFreeParamObj) -> Self
fn from(v: ByInducFreeParamObj) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ByInducFreeParamObj
impl PartialEq for ByInducFreeParamObj
Source§fn eq(&self, other: &ByInducFreeParamObj) -> bool
fn eq(&self, other: &ByInducFreeParamObj) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ByInducFreeParamObj
impl StructuralPartialEq for ByInducFreeParamObj
Auto Trait Implementations§
impl Freeze for ByInducFreeParamObj
impl RefUnwindSafe for ByInducFreeParamObj
impl Send for ByInducFreeParamObj
impl Sync for ByInducFreeParamObj
impl Unpin for ByInducFreeParamObj
impl UnsafeUnpin for ByInducFreeParamObj
impl UnwindSafe for ByInducFreeParamObj
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