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