pub struct CreateOAuthClientResponse;Expand description
Response type for network.slices.slice.createOAuthClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateOAuthClientResponse
impl RefUnwindSafe for CreateOAuthClientResponse
impl Send for CreateOAuthClientResponse
impl Sync for CreateOAuthClientResponse
impl Unpin for CreateOAuthClientResponse
impl UnwindSafe for CreateOAuthClientResponse
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