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