Struct fastly_api::models::inline_object::InlineObject
source · pub struct InlineObject {
pub vcl: String,
}
Fields§
§vcl: String
Implementations§
source§impl InlineObject
impl InlineObject
pub fn new(vcl: String) -> InlineObject
Trait Implementations§
source§impl Clone for InlineObject
impl Clone for InlineObject
source§fn clone(&self) -> InlineObject
fn clone(&self) -> InlineObject
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 InlineObject
impl Debug for InlineObject
source§impl Default for InlineObject
impl Default for InlineObject
source§fn default() -> InlineObject
fn default() -> InlineObject
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InlineObject
impl<'de> Deserialize<'de> for InlineObject
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<InlineObject> for InlineObject
impl PartialEq<InlineObject> for InlineObject
source§fn eq(&self, other: &InlineObject) -> bool
fn eq(&self, other: &InlineObject) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InlineObject
impl Serialize for InlineObject
impl StructuralPartialEq for InlineObject
Auto Trait Implementations§
impl RefUnwindSafe for InlineObject
impl Send for InlineObject
impl Sync for InlineObject
impl Unpin for InlineObject
impl UnwindSafe for InlineObject
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