pub struct LoraApplyResponse {
pub success: bool,
}Expand description
The answer to POST /lora-adapters.
Fields§
§success: boolTrait Implementations§
Source§impl Clone for LoraApplyResponse
impl Clone for LoraApplyResponse
Source§fn clone(&self) -> LoraApplyResponse
fn clone(&self) -> LoraApplyResponse
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 LoraApplyResponse
impl Debug for LoraApplyResponse
Source§impl<'de> Deserialize<'de> for LoraApplyResponse
impl<'de> Deserialize<'de> for LoraApplyResponse
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 Eq for LoraApplyResponse
Source§impl PartialEq for LoraApplyResponse
impl PartialEq for LoraApplyResponse
Source§impl Serialize for LoraApplyResponse
impl Serialize for LoraApplyResponse
impl StructuralPartialEq for LoraApplyResponse
Auto Trait Implementations§
impl Freeze for LoraApplyResponse
impl RefUnwindSafe for LoraApplyResponse
impl Send for LoraApplyResponse
impl Sync for LoraApplyResponse
impl Unpin for LoraApplyResponse
impl UnsafeUnpin for LoraApplyResponse
impl UnwindSafe for LoraApplyResponse
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