pub struct LintVclForServiceParams {
pub service_id: String,
pub inline_object: InlineObject,
}
Expand description
struct for passing parameters to the method lint_vcl_for_service
Fields§
§service_id: String
Alphanumeric string identifying the service.
inline_object: InlineObject
Trait Implementations§
Source§impl Clone for LintVclForServiceParams
impl Clone for LintVclForServiceParams
Source§fn clone(&self) -> LintVclForServiceParams
fn clone(&self) -> LintVclForServiceParams
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 LintVclForServiceParams
impl Debug for LintVclForServiceParams
Source§impl Default for LintVclForServiceParams
impl Default for LintVclForServiceParams
Source§fn default() -> LintVclForServiceParams
fn default() -> LintVclForServiceParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LintVclForServiceParams
impl RefUnwindSafe for LintVclForServiceParams
impl Send for LintVclForServiceParams
impl Sync for LintVclForServiceParams
impl Unpin for LintVclForServiceParams
impl UnwindSafe for LintVclForServiceParams
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