Home
last modified time | relevance | path

Searched refs:sensitive (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/metadata/
H A Dvalue.rs802 let mut sensitive = AsciiMetadataValue::from_static("password"); in test_debug() localVariable
803 sensitive.set_sensitive(true); in test_debug()
804 assert_eq!("Sensitive", format!("{:?}", sensitive)); in test_debug()
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto827 // value is a single case-sensitive string. Having multiple values (array)