pub struct MachineToMachineFlow { /* private fields */ }Expand description
Databricks OAuth client-credentials flow for service principals.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for MachineToMachineFlow
impl !UnwindSafe for MachineToMachineFlow
impl Freeze for MachineToMachineFlow
impl Send for MachineToMachineFlow
impl Sync for MachineToMachineFlow
impl Unpin for MachineToMachineFlow
impl UnsafeUnpin for MachineToMachineFlow
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