pub struct Opt {Show 20 fields
pub attributes: OptU<StringOrMap>,
pub auth_client_id: OptU<String>,
pub auth_client_secret: OptU<String>,
pub auth_keycloak_url: OptU<String>,
pub auth_password: OptU<String>,
pub auth_realm: OptU<String>,
pub auth_username: OptU<String>,
pub connection_timeout: OptU<IntOrString>,
pub description: OptU<String>,
pub full_scope_allowed: OptU<BoolOrString>,
pub http_agent: OptU<String>,
pub id: OptU<String>,
pub name: OptU<String>,
pub protocol: OptU<String>,
pub protocol_mappers: OptU<StringOrVec>,
pub realm: OptU<String>,
pub refresh_token: OptU<String>,
pub state: OptU<String>,
pub token: OptU<String>,
pub validate_certs: OptU<BoolOrString>,
}Fields§
§attributes: OptU<StringOrMap>§auth_client_id: OptU<String>§auth_client_secret: OptU<String>§auth_keycloak_url: OptU<String>§auth_password: OptU<String>§auth_realm: OptU<String>§auth_username: OptU<String>§connection_timeout: OptU<IntOrString>§description: OptU<String>§full_scope_allowed: OptU<BoolOrString>§http_agent: OptU<String>§id: OptU<String>§name: OptU<String>§protocol: OptU<String>§protocol_mappers: OptU<StringOrVec>§realm: OptU<String>§refresh_token: OptU<String>§state: OptU<String>§token: OptU<String>§validate_certs: OptU<BoolOrString>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)