36 |
/// Return the record ciphertext string.
|
37 |
#[allow(clippy::inherent_to_string)]
|
38 |
#[wasm_bindgen(js_name = toString)]
|
35 |
/// Returns the record plaintext string
|
36 |
#[allow(clippy::inherent_to_string)]
|
37 |
#[wasm_bindgen(js_name = toString)]
|
547 |
#[allow(clippy::inherent_to_string)]
|
548 |
#[deprecated(
|
137 |
// `&self` shared reference via the Display trait
|
138 |
#[allow(clippy::inherent_to_string, clippy::wrong_self_convention)]
|
139 |
fn to_string(self) -> String {
|
47 |
/// str
|
48 |
#[allow(clippy::inherent_to_string)]
|
49 |
pub fn to_string(&self) -> String {
|
159 |
/// str
|
160 |
#[allow(clippy::inherent_to_string)]
|
161 |
pub fn to_string(&self) -> String {
|
340 |
#[cfg_attr(all(feature = "nightly", doc), doc(cfg(feature = "base64")))]
|
341 |
#[allow(clippy::inherent_to_string)]
|
342 |
pub fn to_string(&self) -> String {
|
62 |
#[wasm_bindgen(js_name = toString)]
|
63 |
#[allow(clippy::inherent_to_string)]
|
64 |
pub fn to_string(&self) -> String {
|
40 |
/// Converts the AST to its `String` representation
|
41 |
#[allow(clippy::inherent_to_string)]
|
42 |
#[no_coverage]
|
275 |
/// Output JSON to a string
|
276 |
#[allow(clippy::inherent_to_string)]
|
277 |
pub fn to_string(self) -> String {
|
325 |
/// Output JSON to a string
|
326 |
#[allow(clippy::inherent_to_string)]
|
327 |
pub fn to_string(self) -> String {
|
375 |
/// Output JSON to a string
|
376 |
#[allow(clippy::inherent_to_string)]
|
377 |
pub fn to_string(self) -> String {
|
433 |
#[inline]
|
434 |
#[allow(clippy::inherent_to_string)]
|
435 |
pub fn to_string(&self) -> String {
|
33 |
#[allow(clippy::inherent_to_string)]
|
34 |
pub(crate) fn to_string(&self) -> String {
|
130 |
/// Return a `SignatureBox` for a string, for storage.
|
131 |
#[allow(clippy::inherent_to_string)]
|
132 |
pub fn to_string(&self) -> String {
|
47 |
#[allow(clippy::inherent_to_string)]
|
48 |
pub fn to_string(&self) -> crate::String {
|
223 |
#[allow(clippy::inherent_to_string)]
|
224 |
pub fn to_string(&mut self) -> String {
|
171 |
impl OdpiStr {
|
172 |
#[allow(clippy::inherent_to_string)]
|
173 |
pub fn to_string(&self) -> String {
|
381 |
#[allow(clippy::inherent_to_string)]
|
382 |
pub fn to_string(&self) -> String {
|
690 |
// TODO allowing clippy warning temporarily. But this should be changed to impl Display
|
691 |
#[allow(clippy::inherent_to_string)]
|
692 |
fn to_string(self) -> String {
|
58 |
/// Returns a string with the compact JSON representation.
|
59 |
#[allow(clippy::inherent_to_string)]
|
60 |
pub fn to_string(&self) -> String {
|
1080 |
#[allow(clippy::inherent_to_string)]
|
1081 |
#[must_use]
|
30 |
#[allow(clippy::inherent_to_string)]
|
31 |
pub fn to_string(&self) -> String {
|
26 |
#[allow(clippy::inherent_to_string)]
|
27 |
pub fn to_string(&self) -> String {
|
63 |
impl<'a> Command<'a> {
|
64 |
#[allow(clippy::inherent_to_string)]
|
65 |
pub(super) fn to_string(&self) -> String {
|
119 |
#[allow(clippy::inherent_to_string)]
|
120 |
#[wasm_bindgen(js_name = toString)]
|
165 |
#[allow(clippy::inherent_to_string)]
|
166 |
#[wasm_bindgen(js_name = toString)]
|
191 |
#[allow(clippy::inherent_to_string)]
|
192 |
#[wasm_bindgen(js_name = toString)]
|
222 |
#[allow(clippy::inherent_to_string)]
|
223 |
#[wasm_bindgen(js_name = toString)]
|
255 |
#[allow(clippy::inherent_to_string)]
|
256 |
#[wasm_bindgen(js_name = toString)]
|
220 |
#[allow(clippy::inherent_to_string)]
|
221 |
impl<'a> StrPart<'a> {
|
380 |
clippy::empty_enum,
|
381 |
clippy::inherent_to_string,
|
382 |
clippy::items_after_statements,
|
56 |
clippy::if_same_then_else,
|
57 |
clippy::inherent_to_string,
|
58 |
clippy::items_after_statements,
|
17 |
clippy::if_same_then_else,
|
18 |
clippy::inherent_to_string,
|
19 |
clippy::items_after_statements,
|
7 |
clippy::if_same_then_else,
|
8 |
clippy::inherent_to_string,
|
9 |
clippy::items_after_statements,
|
7 |
clippy::if_same_then_else,
|
8 |
clippy::inherent_to_string,
|
9 |
clippy::items_after_statements,
|
18 |
#![allow(clippy::new_without_default)]
|
19 |
#![allow(clippy::inherent_to_string)]
|
164 |
#![forbid(rust_2018_idioms, unsafe_code)]
|
165 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
166 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
208 |
clippy::needless_doctest_main,
|
209 |
clippy::inherent_to_string,
|
210 |
clippy::type_complexity
|
25 |
#![forbid(unsafe_code, rust_2018_idioms)]
|
26 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
27 |
pub mod alignment;
|
17 |
#![forbid(unsafe_code, rust_2018_idioms)]
|
18 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
19 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
20 |
#![forbid(rust_2018_idioms)]
|
21 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
22 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
21 |
#![forbid(rust_2018_idioms)]
|
22 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
23 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
21 |
#![forbid(rust_2018_idioms)]
|
22 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
23 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
15 |
clippy::await_holding_refcell_ref,
|
16 |
clippy::inherent_to_string,
|
17 |
clippy::type_complexity
|
44 |
#![forbid(unsafe_code, rust_2018_idioms)]
|
45 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
46 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
19 |
#![forbid(unsafe_code, rust_2018_idioms)]
|
20 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
21 |
pub use iced_core::{Background, Color};
|
37 |
#![forbid(rust_2018_idioms)]
|
38 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
39 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
30 |
#![forbid(rust_2018_idioms, unsafe_code)]
|
31 |
#![allow(clippy::inherent_to_string, clippy::type_complexity)]
|
32 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
84 |
#![allow(
|
85 |
clippy::inherent_to_string,
|
86 |
clippy::wrong_self_convention,
|
42 |
#![forbid(rust_2018_idioms)]
|
43 |
#![allow(clippy::inherent_to_string, clippy::type_complexity, improper_ctypes)]
|
44 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
30 |
#![forbid(rust_2018_idioms)]
|
31 |
#![allow(clippy::inherent_to_string, clippy::type_complexity, improper_ctypes)]
|
32 |
#![cfg_attr(docsrs, feature(doc_cfg))]
|
266 |
clippy::if_not_else,
|
267 |
clippy::inherent_to_string,
|
268 |
clippy::items_after_statements,
|
252 |
clippy::eval_order_dependence,
|
253 |
clippy::inherent_to_string,
|
254 |
clippy::large_enum_variant,
|
252 |
clippy::eval_order_dependence,
|
253 |
clippy::inherent_to_string,
|
254 |
clippy::large_enum_variant,
|