pub struct FunctionDebug {
pub header_comment: String,
pub return_type: Option<String>,
}Fields§
§header_comment: String§return_type: Option<String>Trait Implementations§
Source§impl Clone for FunctionDebug
impl Clone for FunctionDebug
Source§fn clone(&self) -> FunctionDebug
fn clone(&self) -> FunctionDebug
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 FunctionDebug
impl Debug for FunctionDebug
impl Eq for FunctionDebug
Source§impl PartialEq for FunctionDebug
impl PartialEq for FunctionDebug
impl StructuralPartialEq for FunctionDebug
Auto Trait Implementations§
impl Freeze for FunctionDebug
impl RefUnwindSafe for FunctionDebug
impl Send for FunctionDebug
impl Sync for FunctionDebug
impl Unpin for FunctionDebug
impl UnsafeUnpin for FunctionDebug
impl UnwindSafe for FunctionDebug
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