pub struct ApplicationCredentials { /* private fields */ }Expand description
ProjectX authorized-application credentials.
Construct these credentials with ApplicationCredentials::builder. All
five values are retained as secrets, Debug output is always redacted, and
the crate exposes no public secret getters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplicationCredentials
impl RefUnwindSafe for ApplicationCredentials
impl Send for ApplicationCredentials
impl Sync for ApplicationCredentials
impl Unpin for ApplicationCredentials
impl UnsafeUnpin for ApplicationCredentials
impl UnwindSafe for ApplicationCredentials
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