pub struct VclSyntaxHighlightingResponse {
pub content: Option<String>,
}
Fields§
§content: Option<String>
VCL with HTML syntax highlighting.
Implementations§
Trait Implementations§
Source§impl Clone for VclSyntaxHighlightingResponse
impl Clone for VclSyntaxHighlightingResponse
Source§fn clone(&self) -> VclSyntaxHighlightingResponse
fn clone(&self) -> VclSyntaxHighlightingResponse
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 Default for VclSyntaxHighlightingResponse
impl Default for VclSyntaxHighlightingResponse
Source§fn default() -> VclSyntaxHighlightingResponse
fn default() -> VclSyntaxHighlightingResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VclSyntaxHighlightingResponse
impl<'de> Deserialize<'de> for VclSyntaxHighlightingResponse
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 VclSyntaxHighlightingResponse
impl PartialEq for VclSyntaxHighlightingResponse
Source§fn eq(&self, other: &VclSyntaxHighlightingResponse) -> bool
fn eq(&self, other: &VclSyntaxHighlightingResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for VclSyntaxHighlightingResponse
Auto Trait Implementations§
impl Freeze for VclSyntaxHighlightingResponse
impl RefUnwindSafe for VclSyntaxHighlightingResponse
impl Send for VclSyntaxHighlightingResponse
impl Sync for VclSyntaxHighlightingResponse
impl Unpin for VclSyntaxHighlightingResponse
impl UnwindSafe for VclSyntaxHighlightingResponse
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