pub struct EnrollRequest {
pub client_id: String,
pub client_secret: String,
pub instance_id: String,
}Fields§
§client_id: String§client_secret: String§instance_id: StringTrait Implementations§
Source§impl Debug for EnrollRequest
impl Debug for EnrollRequest
Auto Trait Implementations§
impl Freeze for EnrollRequest
impl RefUnwindSafe for EnrollRequest
impl Send for EnrollRequest
impl Sync for EnrollRequest
impl Unpin for EnrollRequest
impl UnsafeUnpin for EnrollRequest
impl UnwindSafe for EnrollRequest
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