pub struct IdentityConfig { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for IdentityConfig
impl FfiDropBox for IdentityConfig
Source§unsafe fn drop_boxed(_: &mut Box<Self>)
unsafe fn drop_boxed(_: &mut Box<Self>)
Safety Read more
Source§impl ReprC for IdentityConfig
impl ReprC for IdentityConfig
impl NonOpaque for IdentityConfigwhere
for<'_never_true> IdentityConfig: ExternDropFnAnnotation,
impl Send for IdentityConfig
impl Sync for IdentityConfig
Auto Trait Implementations§
impl Freeze for IdentityConfig
impl RefUnwindSafe for IdentityConfig
impl Unpin for IdentityConfig
impl UnwindSafe for IdentityConfig
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