pub struct VerifiedClientCredentialsTokenRequest {
pub scope: String,
}Fields§
§scope: StringAuto Trait Implementations§
impl Freeze for VerifiedClientCredentialsTokenRequest
impl RefUnwindSafe for VerifiedClientCredentialsTokenRequest
impl Send for VerifiedClientCredentialsTokenRequest
impl Sync for VerifiedClientCredentialsTokenRequest
impl Unpin for VerifiedClientCredentialsTokenRequest
impl UnwindSafe for VerifiedClientCredentialsTokenRequest
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