pub struct AiAcceleratorResponseLinks {
pub _links: Option<Box<AiAcceleratorResponseLinksLinks>>,
}
Fields§
§_links: Option<Box<AiAcceleratorResponseLinksLinks>>
Implementations§
Source§impl AiAcceleratorResponseLinks
impl AiAcceleratorResponseLinks
pub fn new() -> AiAcceleratorResponseLinks
Trait Implementations§
Source§impl Clone for AiAcceleratorResponseLinks
impl Clone for AiAcceleratorResponseLinks
Source§fn clone(&self) -> AiAcceleratorResponseLinks
fn clone(&self) -> AiAcceleratorResponseLinks
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 AiAcceleratorResponseLinks
impl Debug for AiAcceleratorResponseLinks
Source§impl Default for AiAcceleratorResponseLinks
impl Default for AiAcceleratorResponseLinks
Source§fn default() -> AiAcceleratorResponseLinks
fn default() -> AiAcceleratorResponseLinks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AiAcceleratorResponseLinks
impl<'de> Deserialize<'de> for AiAcceleratorResponseLinks
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
impl StructuralPartialEq for AiAcceleratorResponseLinks
Auto Trait Implementations§
impl Freeze for AiAcceleratorResponseLinks
impl RefUnwindSafe for AiAcceleratorResponseLinks
impl Send for AiAcceleratorResponseLinks
impl Sync for AiAcceleratorResponseLinks
impl Unpin for AiAcceleratorResponseLinks
impl UnwindSafe for AiAcceleratorResponseLinks
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