pub struct StructImpl {
pub impl_token: Token,
pub struct_name: Token,
pub methods: Vec<Fn>,
}Fields§
§impl_token: Token§struct_name: Token§methods: Vec<Fn>Trait Implementations§
Source§impl Clone for StructImpl
impl Clone for StructImpl
Source§fn clone(&self) -> StructImpl
fn clone(&self) -> StructImpl
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 StructImpl
impl Debug for StructImpl
Source§impl PartialEq for StructImpl
impl PartialEq for StructImpl
impl StructuralPartialEq for StructImpl
Auto Trait Implementations§
impl Freeze for StructImpl
impl RefUnwindSafe for StructImpl
impl Send for StructImpl
impl Sync for StructImpl
impl Unpin for StructImpl
impl UnwindSafe for StructImpl
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