Lines Matching refs:Cow
287 use std::{borrow::Cow, cell::RefCell, env, io};
324 name: Cow<'a, str>,
325 default: Option<Cow<'a, str>>,
982 E: Into<Cow<'a, str>>, in filter()
994 E: Into<Cow<'a, str>>, in filter_or()
995 V: Into<Cow<'a, str>>, in filter_or()
1007 V: Into<Cow<'a, str>>, in default_filter_or()
1021 E: Into<Cow<'a, str>>, in write_style()
1033 E: Into<Cow<'a, str>>, in write_style_or()
1034 V: Into<Cow<'a, str>>, in write_style_or()
1046 V: Into<Cow<'a, str>>, in default_write_style_or()
1061 E: Into<Cow<'a, str>>, in new()
1071 E: Into<Cow<'a, str>>, in new_with_default()
1072 V: Into<Cow<'a, str>>, in new_with_default()
1089 T: Into<Cow<'a, str>>,