pub struct ApiCodespacesDeleteForAuthenticatedUserPath {
pub codespace_name: String,
}Fields§
§codespace_name: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for ApiCodespacesDeleteForAuthenticatedUserPath
impl<'de> Deserialize<'de> for ApiCodespacesDeleteForAuthenticatedUserPath
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 ApiCodespacesDeleteForAuthenticatedUserPath
impl RefUnwindSafe for ApiCodespacesDeleteForAuthenticatedUserPath
impl Send for ApiCodespacesDeleteForAuthenticatedUserPath
impl Sync for ApiCodespacesDeleteForAuthenticatedUserPath
impl Unpin for ApiCodespacesDeleteForAuthenticatedUserPath
impl UnsafeUnpin for ApiCodespacesDeleteForAuthenticatedUserPath
impl UnwindSafe for ApiCodespacesDeleteForAuthenticatedUserPath
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