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