pub struct ApiProjectsGetFieldForUserPath {
pub project_number: i64,
pub field_id: i64,
pub username: String,
}Fields§
§project_number: i64§field_id: i64§username: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ApiProjectsGetFieldForUserPath
impl<'de> Deserialize<'de> for ApiProjectsGetFieldForUserPath
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
Auto Trait Implementations§
impl Freeze for ApiProjectsGetFieldForUserPath
impl RefUnwindSafe for ApiProjectsGetFieldForUserPath
impl Send for ApiProjectsGetFieldForUserPath
impl Sync for ApiProjectsGetFieldForUserPath
impl Unpin for ApiProjectsGetFieldForUserPath
impl UnsafeUnpin for ApiProjectsGetFieldForUserPath
impl UnwindSafe for ApiProjectsGetFieldForUserPath
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