Struct amazon_sp_solicitations::models::get_schema_response__links::GetSchemaResponseLinks
source · [−]pub struct GetSchemaResponseLinks {
pub _self: Box<LinkObject>,
}Fields
_self: Box<LinkObject>Implementations
sourceimpl GetSchemaResponseLinks
impl GetSchemaResponseLinks
pub fn new(_self: LinkObject) -> GetSchemaResponseLinks
Trait Implementations
sourceimpl Clone for GetSchemaResponseLinks
impl Clone for GetSchemaResponseLinks
sourcefn clone(&self) -> GetSchemaResponseLinks
fn clone(&self) -> GetSchemaResponseLinks
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetSchemaResponseLinks
impl Debug for GetSchemaResponseLinks
sourceimpl Default for GetSchemaResponseLinks
impl Default for GetSchemaResponseLinks
sourcefn default() -> GetSchemaResponseLinks
fn default() -> GetSchemaResponseLinks
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetSchemaResponseLinks
impl<'de> Deserialize<'de> for GetSchemaResponseLinks
sourcefn 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
sourceimpl PartialEq<GetSchemaResponseLinks> for GetSchemaResponseLinks
impl PartialEq<GetSchemaResponseLinks> for GetSchemaResponseLinks
sourcefn eq(&self, other: &GetSchemaResponseLinks) -> bool
fn eq(&self, other: &GetSchemaResponseLinks) -> bool
sourceimpl Serialize for GetSchemaResponseLinks
impl Serialize for GetSchemaResponseLinks
impl StructuralPartialEq for GetSchemaResponseLinks
Auto Trait Implementations
impl RefUnwindSafe for GetSchemaResponseLinks
impl Send for GetSchemaResponseLinks
impl Sync for GetSchemaResponseLinks
impl Unpin for GetSchemaResponseLinks
impl UnwindSafe for GetSchemaResponseLinks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more