pub struct CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req> { /* private fields */ }Expand description
Query parameters for the Get default attributes for a codespace endpoint.
Implementations§
Trait Implementations§
Source§impl<'req> Default for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> Default for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
Source§fn default() -> CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
fn default() -> CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'req> Freeze for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> RefUnwindSafe for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> Send for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> Sync for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> Unpin for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
impl<'req> UnwindSafe for CodespacesPreFlightWithRepoForAuthenticatedUserParams<'req>
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