Struct fastly_api::apis::snippet_api::GetSnippetDynamicParams
source · pub struct GetSnippetDynamicParams {
pub service_id: String,
pub snippet_id: String,
}
Expand description
struct for passing parameters to the method get_snippet_dynamic
Fields§
§service_id: String
Alphanumeric string identifying the service.
snippet_id: String
Alphanumeric string identifying a VCL Snippet.
Trait Implementations§
source§impl Clone for GetSnippetDynamicParams
impl Clone for GetSnippetDynamicParams
source§fn clone(&self) -> GetSnippetDynamicParams
fn clone(&self) -> GetSnippetDynamicParams
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 GetSnippetDynamicParams
impl Debug for GetSnippetDynamicParams
source§impl Default for GetSnippetDynamicParams
impl Default for GetSnippetDynamicParams
source§fn default() -> GetSnippetDynamicParams
fn default() -> GetSnippetDynamicParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetSnippetDynamicParams
impl Send for GetSnippetDynamicParams
impl Sync for GetSnippetDynamicParams
impl Unpin for GetSnippetDynamicParams
impl UnwindSafe for GetSnippetDynamicParams
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