pub struct PostByOrgApiKeys400Response {
pub error: PostByOrgApiKeys400ResponseError,
}Fields§
§error: PostByOrgApiKeys400ResponseErrorImplementations§
Source§impl PostByOrgApiKeys400Response
impl PostByOrgApiKeys400Response
pub fn new( error: PostByOrgApiKeys400ResponseError, ) -> PostByOrgApiKeys400Response
Trait Implementations§
Source§impl Clone for PostByOrgApiKeys400Response
impl Clone for PostByOrgApiKeys400Response
Source§fn clone(&self) -> PostByOrgApiKeys400Response
fn clone(&self) -> PostByOrgApiKeys400Response
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 PostByOrgApiKeys400Response
impl Debug for PostByOrgApiKeys400Response
Source§impl Default for PostByOrgApiKeys400Response
impl Default for PostByOrgApiKeys400Response
Source§fn default() -> PostByOrgApiKeys400Response
fn default() -> PostByOrgApiKeys400Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostByOrgApiKeys400Response
impl<'de> Deserialize<'de> for PostByOrgApiKeys400Response
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PostByOrgApiKeys400Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PostByOrgApiKeys400Response, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for PostByOrgApiKeys400Response
impl Serialize for PostByOrgApiKeys400Response
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PostByOrgApiKeys400Response
Auto Trait Implementations§
impl Freeze for PostByOrgApiKeys400Response
impl RefUnwindSafe for PostByOrgApiKeys400Response
impl Send for PostByOrgApiKeys400Response
impl Sync for PostByOrgApiKeys400Response
impl Unpin for PostByOrgApiKeys400Response
impl UnwindSafe for PostByOrgApiKeys400Response
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