pub struct FreeParamTypeAndLineFile {
pub kind: ParamObjType,
pub line_file: LineFile,
}Fields§
§kind: ParamObjType§line_file: LineFileTrait Implementations§
Source§impl Clone for FreeParamTypeAndLineFile
impl Clone for FreeParamTypeAndLineFile
Source§fn clone(&self) -> FreeParamTypeAndLineFile
fn clone(&self) -> FreeParamTypeAndLineFile
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 moreAuto Trait Implementations§
impl Freeze for FreeParamTypeAndLineFile
impl RefUnwindSafe for FreeParamTypeAndLineFile
impl !Send for FreeParamTypeAndLineFile
impl !Sync for FreeParamTypeAndLineFile
impl Unpin for FreeParamTypeAndLineFile
impl UnsafeUnpin for FreeParamTypeAndLineFile
impl UnwindSafe for FreeParamTypeAndLineFile
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