pub struct GetSchemaResponseLinks {
pub param_self: Box<LinkObject>,
}Expand description
GetSchemaResponseLinks : The links response that is associated with the object.
Fields§
§param_self: Box<LinkObject>Implementations§
Source§impl GetSchemaResponseLinks
impl GetSchemaResponseLinks
Sourcepub fn new(param_self: LinkObject) -> GetSchemaResponseLinks
pub fn new(param_self: LinkObject) -> GetSchemaResponseLinks
The links response that is associated with the object.
Trait Implementations§
Source§impl Clone for GetSchemaResponseLinks
impl Clone for GetSchemaResponseLinks
Source§fn clone(&self) -> GetSchemaResponseLinks
fn clone(&self) -> GetSchemaResponseLinks
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 Debug for GetSchemaResponseLinks
impl Debug for GetSchemaResponseLinks
Source§impl Default for GetSchemaResponseLinks
impl Default for GetSchemaResponseLinks
Source§fn default() -> GetSchemaResponseLinks
fn default() -> GetSchemaResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSchemaResponseLinks
impl<'de> Deserialize<'de> for GetSchemaResponseLinks
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 GetSchemaResponseLinks
impl PartialEq for GetSchemaResponseLinks
Source§impl Serialize for GetSchemaResponseLinks
impl Serialize for GetSchemaResponseLinks
impl StructuralPartialEq for GetSchemaResponseLinks
Auto Trait Implementations§
impl Freeze for GetSchemaResponseLinks
impl RefUnwindSafe for GetSchemaResponseLinks
impl Send for GetSchemaResponseLinks
impl Sync for GetSchemaResponseLinks
impl Unpin for GetSchemaResponseLinks
impl UnwindSafe for GetSchemaResponseLinks
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