pub struct ProjectsSpec {
pub stripe: Option<StripeProjectSpec>,
}Fields§
§stripe: Option<StripeProjectSpec>Trait Implementations§
Source§impl Debug for ProjectsSpec
impl Debug for ProjectsSpec
Source§impl Default for ProjectsSpec
impl Default for ProjectsSpec
Source§fn default() -> ProjectsSpec
fn default() -> ProjectsSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectsSpec
impl<'de> Deserialize<'de> for ProjectsSpec
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 ProjectsSpec
impl RefUnwindSafe for ProjectsSpec
impl Send for ProjectsSpec
impl Sync for ProjectsSpec
impl Unpin for ProjectsSpec
impl UnsafeUnpin for ProjectsSpec
impl UnwindSafe for ProjectsSpec
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