Skip to content

Commit 681f4ce

Browse files
committed
caching_session: unpub fields of nonpub struct
1 parent 9342842 commit 681f4ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scylla/src/transport/caching_session.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ use std::hash::BuildHasher;
1919
/// to the `CachingSession::execute` family of methods.
2020
#[derive(Debug)]
2121
struct RawPreparedStatementData {
22-
pub id: Bytes,
23-
pub is_confirmed_lwt: bool,
24-
pub metadata: PreparedMetadata,
25-
pub partitioner_name: PartitionerName,
22+
id: Bytes,
23+
is_confirmed_lwt: bool,
24+
metadata: PreparedMetadata,
25+
partitioner_name: PartitionerName,
2626
}
2727

2828
/// Provides auto caching while executing queries

0 commit comments

Comments
 (0)