Struct fastly_api::models::snippet_with_dynamic_number_all_of::SnippetWithDynamicNumberAllOf
source · pub struct SnippetWithDynamicNumberAllOf {
pub dynamic: Option<Dynamic>,
}
Fields§
§dynamic: Option<Dynamic>
Sets the snippet version.
Implementations§
Trait Implementations§
source§impl Clone for SnippetWithDynamicNumberAllOf
impl Clone for SnippetWithDynamicNumberAllOf
source§fn clone(&self) -> SnippetWithDynamicNumberAllOf
fn clone(&self) -> SnippetWithDynamicNumberAllOf
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 Default for SnippetWithDynamicNumberAllOf
impl Default for SnippetWithDynamicNumberAllOf
source§fn default() -> SnippetWithDynamicNumberAllOf
fn default() -> SnippetWithDynamicNumberAllOf
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SnippetWithDynamicNumberAllOf
impl<'de> Deserialize<'de> for SnippetWithDynamicNumberAllOf
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
source§impl PartialEq for SnippetWithDynamicNumberAllOf
impl PartialEq for SnippetWithDynamicNumberAllOf
source§fn eq(&self, other: &SnippetWithDynamicNumberAllOf) -> bool
fn eq(&self, other: &SnippetWithDynamicNumberAllOf) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SnippetWithDynamicNumberAllOf
Auto Trait Implementations§
impl RefUnwindSafe for SnippetWithDynamicNumberAllOf
impl Send for SnippetWithDynamicNumberAllOf
impl Sync for SnippetWithDynamicNumberAllOf
impl Unpin for SnippetWithDynamicNumberAllOf
impl UnwindSafe for SnippetWithDynamicNumberAllOf
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