Struct soup3_sys::SoupAuthDomainDigest
source · #[repr(C)]pub struct SoupAuthDomainDigest { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoupAuthDomainDigest
impl RefUnwindSafe for SoupAuthDomainDigest
impl !Send for SoupAuthDomainDigest
impl !Sync for SoupAuthDomainDigest
impl !Unpin for SoupAuthDomainDigest
impl UnwindSafe for SoupAuthDomainDigest
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