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