pub struct GetSnippetDynamicParams {
pub service_id: String,
pub id: String,
}
Expand description
struct for passing parameters to the method get_snippet_dynamic
Fields§
§service_id: String
Alphanumeric string identifying the service.
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 duplicate 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 Freeze for GetSnippetDynamicParams
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