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