pub struct DeploymentRequestEligibleDeployer {
pub username: String,
pub email: String,
pub is_admin: bool,
}Fields§
§username: String§email: String§is_admin: boolImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DeploymentRequestEligibleDeployer
impl<'de> Deserialize<'de> for DeploymentRequestEligibleDeployer
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 DeploymentRequestEligibleDeployer
Auto Trait Implementations§
impl Freeze for DeploymentRequestEligibleDeployer
impl RefUnwindSafe for DeploymentRequestEligibleDeployer
impl Send for DeploymentRequestEligibleDeployer
impl Sync for DeploymentRequestEligibleDeployer
impl Unpin for DeploymentRequestEligibleDeployer
impl UnsafeUnpin for DeploymentRequestEligibleDeployer
impl UnwindSafe for DeploymentRequestEligibleDeployer
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