pub struct LintVclDefaultParams {
pub inline_object1: InlineObject1,
}
Expand description
struct for passing parameters to the method lint_vcl_default
Fields§
§inline_object1: InlineObject1
Trait Implementations§
Source§impl Clone for LintVclDefaultParams
impl Clone for LintVclDefaultParams
Source§fn clone(&self) -> LintVclDefaultParams
fn clone(&self) -> LintVclDefaultParams
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 LintVclDefaultParams
impl Debug for LintVclDefaultParams
Source§impl Default for LintVclDefaultParams
impl Default for LintVclDefaultParams
Source§fn default() -> LintVclDefaultParams
fn default() -> LintVclDefaultParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LintVclDefaultParams
impl RefUnwindSafe for LintVclDefaultParams
impl Send for LintVclDefaultParams
impl Sync for LintVclDefaultParams
impl Unpin for LintVclDefaultParams
impl UnwindSafe for LintVclDefaultParams
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