pub struct UpsertWorkspaceRequest {
pub display_name: String,
pub root_path: String,
pub trusted: Option<bool>,
}Fields§
§display_name: String§root_path: String§trusted: Option<bool>Trait Implementations§
Source§impl Debug for UpsertWorkspaceRequest
impl Debug for UpsertWorkspaceRequest
Source§impl<'de> Deserialize<'de> for UpsertWorkspaceRequest
impl<'de> Deserialize<'de> for UpsertWorkspaceRequest
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 UpsertWorkspaceRequest
impl RefUnwindSafe for UpsertWorkspaceRequest
impl Send for UpsertWorkspaceRequest
impl Sync for UpsertWorkspaceRequest
impl Unpin for UpsertWorkspaceRequest
impl UnsafeUnpin for UpsertWorkspaceRequest
impl UnwindSafe for UpsertWorkspaceRequest
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