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