pub struct SamlDigestAlgorithm {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SamlDigestAlgorithm
impl RefUnwindSafe for SamlDigestAlgorithm
impl Send for SamlDigestAlgorithm
impl Sync for SamlDigestAlgorithm
impl Unpin for SamlDigestAlgorithm
impl UnwindSafe for SamlDigestAlgorithm
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