pub struct DeleteLlmConnectionResponse {
pub message: String,
}Fields§
§message: StringImplementations§
Source§impl DeleteLlmConnectionResponse
impl DeleteLlmConnectionResponse
Sourcepub fn builder() -> DeleteLlmConnectionResponseBuilder
pub fn builder() -> DeleteLlmConnectionResponseBuilder
Create an instance of DeleteLlmConnectionResponse using the builder syntax
Source§impl DeleteLlmConnectionResponse
impl DeleteLlmConnectionResponse
pub fn new(message: String) -> DeleteLlmConnectionResponse
Trait Implementations§
Source§impl Clone for DeleteLlmConnectionResponse
impl Clone for DeleteLlmConnectionResponse
Source§fn clone(&self) -> DeleteLlmConnectionResponse
fn clone(&self) -> DeleteLlmConnectionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteLlmConnectionResponse
impl Debug for DeleteLlmConnectionResponse
Source§impl Default for DeleteLlmConnectionResponse
impl Default for DeleteLlmConnectionResponse
Source§fn default() -> DeleteLlmConnectionResponse
fn default() -> DeleteLlmConnectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteLlmConnectionResponse
impl<'de> Deserialize<'de> for DeleteLlmConnectionResponse
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 DeleteLlmConnectionResponse
Auto Trait Implementations§
impl Freeze for DeleteLlmConnectionResponse
impl RefUnwindSafe for DeleteLlmConnectionResponse
impl Send for DeleteLlmConnectionResponse
impl Sync for DeleteLlmConnectionResponse
impl Unpin for DeleteLlmConnectionResponse
impl UnsafeUnpin for DeleteLlmConnectionResponse
impl UnwindSafe for DeleteLlmConnectionResponse
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