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