pub struct UserJobRanksResponse {
pub jobranks: UserJobRanks,
}
Fields§
§jobranks: UserJobRanks
Trait Implementations§
Source§impl Clone for UserJobRanksResponse
impl Clone for UserJobRanksResponse
Source§fn clone(&self) -> UserJobRanksResponse
fn clone(&self) -> UserJobRanksResponse
Returns a copy 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 UserJobRanksResponse
impl Debug for UserJobRanksResponse
Source§impl<'de> Deserialize<'de> for UserJobRanksResponse
impl<'de> Deserialize<'de> for UserJobRanksResponse
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 UserJobRanksResponse
impl PartialEq for UserJobRanksResponse
impl StructuralPartialEq for UserJobRanksResponse
Auto Trait Implementations§
impl Freeze for UserJobRanksResponse
impl RefUnwindSafe for UserJobRanksResponse
impl Send for UserJobRanksResponse
impl Sync for UserJobRanksResponse
impl Unpin for UserJobRanksResponse
impl UnwindSafe for UserJobRanksResponse
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