Struct amazon_sp_solicitations::models::get_solicitation_action_response__links::GetSolicitationActionResponseLinks
source · [−]pub struct GetSolicitationActionResponseLinks {
pub _self: Box<LinkObject>,
pub schema: Box<LinkObject>,
}Fields
_self: Box<LinkObject>schema: Box<LinkObject>Implementations
sourceimpl GetSolicitationActionResponseLinks
impl GetSolicitationActionResponseLinks
pub fn new(
_self: LinkObject,
schema: LinkObject
) -> GetSolicitationActionResponseLinks
Trait Implementations
sourceimpl Clone for GetSolicitationActionResponseLinks
impl Clone for GetSolicitationActionResponseLinks
sourcefn clone(&self) -> GetSolicitationActionResponseLinks
fn clone(&self) -> GetSolicitationActionResponseLinks
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 Default for GetSolicitationActionResponseLinks
impl Default for GetSolicitationActionResponseLinks
sourcefn default() -> GetSolicitationActionResponseLinks
fn default() -> GetSolicitationActionResponseLinks
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetSolicitationActionResponseLinks
impl<'de> Deserialize<'de> for GetSolicitationActionResponseLinks
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<GetSolicitationActionResponseLinks> for GetSolicitationActionResponseLinks
impl PartialEq<GetSolicitationActionResponseLinks> for GetSolicitationActionResponseLinks
sourcefn eq(&self, other: &GetSolicitationActionResponseLinks) -> bool
fn eq(&self, other: &GetSolicitationActionResponseLinks) -> bool
impl StructuralPartialEq for GetSolicitationActionResponseLinks
Auto Trait Implementations
impl RefUnwindSafe for GetSolicitationActionResponseLinks
impl Send for GetSolicitationActionResponseLinks
impl Sync for GetSolicitationActionResponseLinks
impl Unpin for GetSolicitationActionResponseLinks
impl UnwindSafe for GetSolicitationActionResponseLinks
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