pub struct ServiceConnectOptions<'a> {
pub servers: &'a str,
pub sentinel_creds_path: &'a str,
pub session_key_seed_base64url: &'a str,
pub timeout_ms: u64,
}Expand description
Connection options for a Trellis service/session-key principal.
Fields§
§servers: &'a str§sentinel_creds_path: &'a str§session_key_seed_base64url: &'a str§timeout_ms: u64Auto Trait Implementations§
impl<'a> Freeze for ServiceConnectOptions<'a>
impl<'a> RefUnwindSafe for ServiceConnectOptions<'a>
impl<'a> Send for ServiceConnectOptions<'a>
impl<'a> Sync for ServiceConnectOptions<'a>
impl<'a> Unpin for ServiceConnectOptions<'a>
impl<'a> UnsafeUnpin for ServiceConnectOptions<'a>
impl<'a> UnwindSafe for ServiceConnectOptions<'a>
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