pub struct ProjectServiceAccountExperience {
pub config: Value,
}Fields§
§config: ValueImplementations§
Source§impl ProjectServiceAccountExperience
impl ProjectServiceAccountExperience
pub fn new(config: Value) -> ProjectServiceAccountExperience
Trait Implementations§
Source§impl Clone for ProjectServiceAccountExperience
impl Clone for ProjectServiceAccountExperience
Source§fn clone(&self) -> ProjectServiceAccountExperience
fn clone(&self) -> ProjectServiceAccountExperience
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 Default for ProjectServiceAccountExperience
impl Default for ProjectServiceAccountExperience
Source§fn default() -> ProjectServiceAccountExperience
fn default() -> ProjectServiceAccountExperience
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectServiceAccountExperience
impl<'de> Deserialize<'de> for ProjectServiceAccountExperience
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 ProjectServiceAccountExperience
impl PartialEq for ProjectServiceAccountExperience
Source§fn eq(&self, other: &ProjectServiceAccountExperience) -> bool
fn eq(&self, other: &ProjectServiceAccountExperience) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProjectServiceAccountExperience
Auto Trait Implementations§
impl Freeze for ProjectServiceAccountExperience
impl RefUnwindSafe for ProjectServiceAccountExperience
impl Send for ProjectServiceAccountExperience
impl Sync for ProjectServiceAccountExperience
impl Unpin for ProjectServiceAccountExperience
impl UnwindSafe for ProjectServiceAccountExperience
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