pub struct Ltx2CameraControlInfo {
pub id: String,
pub label: String,
pub size_bytes: u64,
pub installed: bool,
pub download_model: String,
pub download_repo: String,
pub download_filename: String,
pub download_sha256: String,
}Fields§
§id: String§label: String§size_bytes: u64§installed: bool§download_model: String§download_repo: String§download_filename: String§download_sha256: StringTrait Implementations§
Source§impl Clone for Ltx2CameraControlInfo
impl Clone for Ltx2CameraControlInfo
Source§fn clone(&self) -> Ltx2CameraControlInfo
fn clone(&self) -> Ltx2CameraControlInfo
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 ComposeSchema for Ltx2CameraControlInfo
impl ComposeSchema for Ltx2CameraControlInfo
Source§impl Debug for Ltx2CameraControlInfo
impl Debug for Ltx2CameraControlInfo
Source§impl<'de> Deserialize<'de> for Ltx2CameraControlInfo
impl<'de> Deserialize<'de> for Ltx2CameraControlInfo
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 Ltx2CameraControlInfo
Source§impl PartialEq for Ltx2CameraControlInfo
impl PartialEq for Ltx2CameraControlInfo
Source§impl Serialize for Ltx2CameraControlInfo
impl Serialize for Ltx2CameraControlInfo
impl StructuralPartialEq for Ltx2CameraControlInfo
Auto Trait Implementations§
impl Freeze for Ltx2CameraControlInfo
impl RefUnwindSafe for Ltx2CameraControlInfo
impl Send for Ltx2CameraControlInfo
impl Sync for Ltx2CameraControlInfo
impl Unpin for Ltx2CameraControlInfo
impl UnsafeUnpin for Ltx2CameraControlInfo
impl UnwindSafe for Ltx2CameraControlInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.