pub struct PostEnvironmentsBody {
pub environment: Option<PostEnvironmentsBodyEnvironment>,
}
Fields§
§environment: Option<PostEnvironmentsBodyEnvironment>
Trait Implementations§
Source§impl Clone for PostEnvironmentsBody
impl Clone for PostEnvironmentsBody
Source§fn clone(&self) -> PostEnvironmentsBody
fn clone(&self) -> PostEnvironmentsBody
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 Debug for PostEnvironmentsBody
impl Debug for PostEnvironmentsBody
Source§impl<'de> Deserialize<'de> for PostEnvironmentsBody
impl<'de> Deserialize<'de> for PostEnvironmentsBody
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 PostEnvironmentsBody
impl PartialEq for PostEnvironmentsBody
Source§impl Serialize for PostEnvironmentsBody
impl Serialize for PostEnvironmentsBody
impl StructuralPartialEq for PostEnvironmentsBody
Auto Trait Implementations§
impl Freeze for PostEnvironmentsBody
impl RefUnwindSafe for PostEnvironmentsBody
impl Send for PostEnvironmentsBody
impl Sync for PostEnvironmentsBody
impl Unpin for PostEnvironmentsBody
impl UnwindSafe for PostEnvironmentsBody
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