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
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SnippetWithDynamicNumberAllOf
Auto Trait Implementations§
impl Freeze for SnippetWithDynamicNumberAllOf
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