pub struct UpdateTrafficPattern {
pub pattern: TrafficPatternRequest,
pub key: String,
}Fields
pattern: TrafficPatternRequestkey: StringTrait Implementations
sourceimpl Clone for UpdateTrafficPattern
impl Clone for UpdateTrafficPattern
sourcefn clone(&self) -> UpdateTrafficPattern
fn clone(&self) -> UpdateTrafficPattern
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateTrafficPattern
impl Debug for UpdateTrafficPattern
sourceimpl<'de> Deserialize<'de> for UpdateTrafficPattern
impl<'de> Deserialize<'de> for UpdateTrafficPattern
sourcefn 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
sourceimpl Serialize for UpdateTrafficPattern
impl Serialize for UpdateTrafficPattern
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more