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