@@ -92,50 +92,40 @@ struct LombokTest<'a, 'b, T: Clone + Debug> {
9292 opt_str_lifetime_b : Option <& 'b str >,
9393}
9494impl <'a , 'b , T : Clone + Debug > LombokTest <'a , 'b , T > {
95- #[inline]
9695 pub (crate ) fn get_list (& self ) -> & Vec <String > {
9796 & self . list
9897 }
99- #[inline]
10098 pub (crate ) fn set_list (& mut self , val : Vec <String >) -> & mut Self {
10199 self . list = val ;
102100 self
103101 }
104- #[inline]
105102 pub fn get_mut_list (& mut self ) -> & mut Vec <String > {
106103 & mut self . list
107104 }
108- #[inline]
109105 pub (crate ) fn get_opt_str_lifetime_a (& self ) -> & Option <& 'a T > {
110106 & self . opt_str_lifetime_a
111107 }
112- #[inline]
113108 pub fn get_mut_opt_str_lifetime_a (& mut self ) -> & mut Option <& 'a T > {
114109 & mut self . opt_str_lifetime_a
115110 }
116- #[inline]
117111 pub fn set_opt_str_lifetime_a (& mut self , val : Option <& 'a T >) -> & mut Self {
118112 self . opt_str_lifetime_a = val ;
119113 self
120114 }
121- #[inline]
122115 fn set_opt_str_lifetime_b (& mut self , val : Option <& 'b str >) -> & mut Self {
123116 self . opt_str_lifetime_b = val ;
124117 self
125118 }
126- #[inline]
127119 pub (crate ) fn get_mut_opt_str_lifetime_b (& mut self ) -> & mut Option <& 'b str > {
128120 & mut self . opt_str_lifetime_b
129121 }
130- #[inline]
131122 pub fn get_opt_str_lifetime_b (& self ) -> & Option <& 'b str > {
132123 & self . opt_str_lifetime_b
133124 }
134125}
135126#[automatically_derived]
136127impl <'a , 'b , T : :: core :: fmt :: Debug + Clone + Debug > :: core :: fmt :: Debug
137128for LombokTest <'a , 'b , T > {
138- #[inline]
139129 fn fmt (& self , f : & mut :: core :: fmt :: Formatter ) -> :: core :: fmt :: Result {
140130 :: core :: fmt :: Formatter :: debug_struct_field3_finish (
141131 f ,
@@ -152,7 +142,6 @@ for LombokTest<'a, 'b, T> {
152142#[automatically_derived]
153143impl <'a , 'b , T : :: core :: clone :: Clone + Clone + Debug > :: core :: clone :: Clone
154144for LombokTest <'a , 'b , T > {
155- #[inline]
156145 fn clone (& self ) -> LombokTest <'a , 'b , T > {
157146 LombokTest {
158147 list : :: core :: clone :: Clone :: clone (& self . list),
@@ -162,7 +151,6 @@ for LombokTest<'a, 'b, T> {
162151 }
163152}
164153impl <'a , 'b , T : Clone + Debug > std :: fmt :: Display for LombokTest <'a , 'b , T > {
165- #[inline]
166154 fn fmt (& self , f : & mut std :: fmt :: Formatter <'_ >) -> std :: fmt :: Result {
167155 f . write_fmt (format_args! (" {0:?}" , self ))
168156 }
@@ -297,50 +285,40 @@ struct LombokTest<'a, 'b, T: Clone + Debug> {
297285 opt_str_lifetime_b : Option <& 'b str >,
298286}
299287impl <'a , 'b , T : Clone + Debug > LombokTest <'a , 'b , T > {
300- #[inline]
301288 pub (crate ) fn get_list (& self ) -> & Vec <String > {
302289 & self . list
303290 }
304- #[inline]
305291 pub (crate ) fn set_list (& mut self , val : Vec <String >) -> & mut Self {
306292 self . list = val ;
307293 self
308294 }
309- #[inline]
310295 pub fn get_mut_list (& mut self ) -> & mut Vec <String > {
311296 & mut self . list
312297 }
313- #[inline]
314298 pub (crate ) fn get_opt_str_lifetime_a (& self ) -> & Option <& 'a T > {
315299 & self . opt_str_lifetime_a
316300 }
317- #[inline]
318301 pub fn get_mut_opt_str_lifetime_a (& mut self ) -> & mut Option <& 'a T > {
319302 & mut self . opt_str_lifetime_a
320303 }
321- #[inline]
322304 pub fn set_opt_str_lifetime_a (& mut self , val : Option <& 'a T >) -> & mut Self {
323305 self . opt_str_lifetime_a = val ;
324306 self
325307 }
326- #[inline]
327308 fn set_opt_str_lifetime_b (& mut self , val : Option <& 'b str >) -> & mut Self {
328309 self . opt_str_lifetime_b = val ;
329310 self
330311 }
331- #[inline]
332312 pub (crate ) fn get_mut_opt_str_lifetime_b (& mut self ) -> & mut Option <& 'b str > {
333313 & mut self . opt_str_lifetime_b
334314 }
335- #[inline]
336315 pub fn get_opt_str_lifetime_b (& self ) -> & Option <& 'b str > {
337316 & self . opt_str_lifetime_b
338317 }
339318}
340319#[automatically_derived]
341320impl <'a , 'b , T : :: core :: fmt :: Debug + Clone + Debug > :: core :: fmt :: Debug
342321for LombokTest <'a , 'b , T > {
343- #[inline]
344322 fn fmt (& self , f : & mut :: core :: fmt :: Formatter ) -> :: core :: fmt :: Result {
345323 :: core :: fmt :: Formatter :: debug_struct_field3_finish (
346324 f ,
@@ -357,7 +335,6 @@ for LombokTest<'a, 'b, T> {
357335#[automatically_derived]
358336impl <'a , 'b , T : :: core :: clone :: Clone + Clone + Debug > :: core :: clone :: Clone
359337for LombokTest <'a , 'b , T > {
360- #[inline]
361338 fn clone (& self ) -> LombokTest <'a , 'b , T > {
362339 LombokTest {
363340 list : :: core :: clone :: Clone :: clone (& self . list),
@@ -367,7 +344,6 @@ for LombokTest<'a, 'b, T> {
367344 }
368345}
369346impl <'a , 'b , T : Clone + Debug > std :: fmt :: Display for LombokTest <'a , 'b , T > {
370- #[inline]
371347 fn fmt (& self , f : & mut std :: fmt :: Formatter <'_ >) -> std :: fmt :: Result {
372348 f . write_fmt (format_args! (" {0:#?}" , self ))
373349 }
0 commit comments