pub struct UpdateTrafficMatchingListRequest {
pub name: Option<String>,
pub entries: Option<Vec<String>>,
pub description: Option<String>,
}Fields§
§name: Option<String>§entries: Option<Vec<String>>§description: Option<String>Trait Implementations§
Source§impl Clone for UpdateTrafficMatchingListRequest
impl Clone for UpdateTrafficMatchingListRequest
Source§fn clone(&self) -> UpdateTrafficMatchingListRequest
fn clone(&self) -> UpdateTrafficMatchingListRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UpdateTrafficMatchingListRequest
impl Default for UpdateTrafficMatchingListRequest
Source§fn default() -> UpdateTrafficMatchingListRequest
fn default() -> UpdateTrafficMatchingListRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTrafficMatchingListRequest
impl<'de> Deserialize<'de> for UpdateTrafficMatchingListRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpdateTrafficMatchingListRequest
impl RefUnwindSafe for UpdateTrafficMatchingListRequest
impl Send for UpdateTrafficMatchingListRequest
impl Sync for UpdateTrafficMatchingListRequest
impl Unpin for UpdateTrafficMatchingListRequest
impl UnsafeUnpin for UpdateTrafficMatchingListRequest
impl UnwindSafe for UpdateTrafficMatchingListRequest
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