pub struct ProfileFormatItemResource {
pub id: Option<i32>,
pub format: Option<i32>,
pub name: Option<Option<String>>,
pub score: Option<i32>,
}
Fields§
§id: Option<i32>
§format: Option<i32>
§name: Option<Option<String>>
§score: Option<i32>
Implementations§
Source§impl ProfileFormatItemResource
impl ProfileFormatItemResource
pub fn new() -> ProfileFormatItemResource
Trait Implementations§
Source§impl Clone for ProfileFormatItemResource
impl Clone for ProfileFormatItemResource
Source§fn clone(&self) -> ProfileFormatItemResource
fn clone(&self) -> ProfileFormatItemResource
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 ProfileFormatItemResource
impl Debug for ProfileFormatItemResource
Source§impl<'de> Deserialize<'de> for ProfileFormatItemResource
impl<'de> Deserialize<'de> for ProfileFormatItemResource
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 ProfileFormatItemResource
Auto Trait Implementations§
impl Freeze for ProfileFormatItemResource
impl RefUnwindSafe for ProfileFormatItemResource
impl Send for ProfileFormatItemResource
impl Sync for ProfileFormatItemResource
impl Unpin for ProfileFormatItemResource
impl UnwindSafe for ProfileFormatItemResource
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