pub struct GetFileComponentSets {
pub status: f64,
pub error: bool,
pub meta: Box<GetFileComponentSetsMeta>,
}Fields§
§status: f64The status of the request.
error: boolFor successful requests, this value is always false.
meta: Box<GetFileComponentSetsMeta>Implementations§
Source§impl GetFileComponentSets
impl GetFileComponentSets
pub fn new( status: f64, error: bool, meta: GetFileComponentSetsMeta, ) -> GetFileComponentSets
Trait Implementations§
Source§impl Clone for GetFileComponentSets
impl Clone for GetFileComponentSets
Source§fn clone(&self) -> GetFileComponentSets
fn clone(&self) -> GetFileComponentSets
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 GetFileComponentSets
impl Debug for GetFileComponentSets
Source§impl Default for GetFileComponentSets
impl Default for GetFileComponentSets
Source§fn default() -> GetFileComponentSets
fn default() -> GetFileComponentSets
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFileComponentSets
impl<'de> Deserialize<'de> for GetFileComponentSets
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
Source§impl PartialEq for GetFileComponentSets
impl PartialEq for GetFileComponentSets
Source§impl Serialize for GetFileComponentSets
impl Serialize for GetFileComponentSets
impl StructuralPartialEq for GetFileComponentSets
Auto Trait Implementations§
impl Freeze for GetFileComponentSets
impl RefUnwindSafe for GetFileComponentSets
impl Send for GetFileComponentSets
impl Sync for GetFileComponentSets
impl Unpin for GetFileComponentSets
impl UnwindSafe for GetFileComponentSets
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