pub struct UpdateTrafficPattern {
pub pattern: TrafficPatternRequest,
pub key: String,
}Fields§
§pattern: TrafficPatternRequest§key: StringTrait Implementations§
source§impl Clone for UpdateTrafficPattern
impl Clone for UpdateTrafficPattern
source§fn clone(&self) -> UpdateTrafficPattern
fn clone(&self) -> UpdateTrafficPattern
Returns a copy 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 Debug for UpdateTrafficPattern
impl Debug for UpdateTrafficPattern
source§impl<'de> Deserialize<'de> for UpdateTrafficPattern
impl<'de> Deserialize<'de> for UpdateTrafficPattern
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 RefUnwindSafe for UpdateTrafficPattern
impl Send for UpdateTrafficPattern
impl Sync for UpdateTrafficPattern
impl Unpin for UpdateTrafficPattern
impl UnwindSafe for UpdateTrafficPattern
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