#[repr(C)]pub struct EdgeConfig {
pub auth_service_address: *const c_char,
pub certificate_pem: *const c_char,
pub insecure_unencrypted_connection: bool,
}Fields§
§auth_service_address: *const c_char§certificate_pem: *const c_char§insecure_unencrypted_connection: boolTrait Implementations§
Source§impl Clone for EdgeConfig
impl Clone for EdgeConfig
Source§fn clone(&self) -> EdgeConfig
fn clone(&self) -> EdgeConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EdgeConfig
Auto Trait Implementations§
impl !Send for EdgeConfig
impl !Sync for EdgeConfig
impl Freeze for EdgeConfig
impl RefUnwindSafe for EdgeConfig
impl Unpin for EdgeConfig
impl UnsafeUnpin for EdgeConfig
impl UnwindSafe for EdgeConfig
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