pub enum PSCredentials {
ClientCredentials {
id: String,
secret: String,
},
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PSCredentials
impl RefUnwindSafe for PSCredentials
impl Send for PSCredentials
impl Sync for PSCredentials
impl Unpin for PSCredentials
impl UnwindSafe for PSCredentials
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