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