pub struct Filter<'a> {
pub name: Cow<'a, str>,
pub values: Vec<Cow<'a, str>>,
}
Expand description
General-purpose Tencent Cloud filter structure.
The platform expects each filter to carry a name and a list of values.
Fieldsยง
ยงname: Cow<'a, str>
ยงvalues: Vec<Cow<'a, str>>
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl<'a> Freeze for Filter<'a>
impl<'a> RefUnwindSafe for Filter<'a>
impl<'a> Send for Filter<'a>
impl<'a> Sync for Filter<'a>
impl<'a> Unpin for Filter<'a>
impl<'a> UnwindSafe for Filter<'a>
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more