@@ -817,7 +817,7 @@ pub mod attachments {
817817 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
818818 self . 0 . into ( )
819819 }
820- pub fn headers ( & self ) -> Headers {
820+ pub fn headers ( & self ) -> Headers < ' _ > {
821821 Headers ( self . 0 . headers ( ) )
822822 }
823823 }
@@ -1020,7 +1020,7 @@ pub mod page_moves {
10201020 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
10211021 self . 0 . into ( )
10221022 }
1023- pub fn headers ( & self ) -> Headers {
1023+ pub fn headers ( & self ) -> Headers < ' _ > {
10241024 Headers ( self . 0 . headers ( ) )
10251025 }
10261026 }
@@ -1364,7 +1364,7 @@ pub mod pages {
13641364 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
13651365 self . 0 . into ( )
13661366 }
1367- pub fn headers ( & self ) -> Headers {
1367+ pub fn headers ( & self ) -> Headers < ' _ > {
13681368 Headers ( self . 0 . headers ( ) )
13691369 }
13701370 }
@@ -1557,7 +1557,7 @@ pub mod pages {
15571557 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
15581558 self . 0 . into ( )
15591559 }
1560- pub fn headers ( & self ) -> Headers {
1560+ pub fn headers ( & self ) -> Headers < ' _ > {
15611561 Headers ( self . 0 . headers ( ) )
15621562 }
15631563 }
@@ -1737,7 +1737,7 @@ pub mod pages {
17371737 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
17381738 self . 0 . into ( )
17391739 }
1740- pub fn headers ( & self ) -> Headers {
1740+ pub fn headers ( & self ) -> Headers < ' _ > {
17411741 Headers ( self . 0 . headers ( ) )
17421742 }
17431743 }
@@ -1913,7 +1913,7 @@ pub mod pages {
19131913 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
19141914 self . 0 . into ( )
19151915 }
1916- pub fn headers ( & self ) -> Headers {
1916+ pub fn headers ( & self ) -> Headers < ' _ > {
19171917 Headers ( self . 0 . headers ( ) )
19181918 }
19191919 }
@@ -2049,7 +2049,7 @@ pub mod pages {
20492049 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
20502050 self . 0 . into ( )
20512051 }
2052- pub fn headers ( & self ) -> Headers {
2052+ pub fn headers ( & self ) -> Headers < ' _ > {
20532053 Headers ( self . 0 . headers ( ) )
20542054 }
20552055 }
@@ -2178,7 +2178,7 @@ pub mod pages {
21782178 pub fn into_raw_response ( self ) -> azure_core:: http:: RawResponse {
21792179 self . 0 . into ( )
21802180 }
2181- pub fn headers ( & self ) -> Headers {
2181+ pub fn headers ( & self ) -> Headers < ' _ > {
21822182 Headers ( self . 0 . headers ( ) )
21832183 }
21842184 }
0 commit comments