pub struct Alg(/* private fields */);
Implementations§
Trait Implementations§
Source§impl IntoIterator for Alg
impl IntoIterator for Alg
impl StructuralPartialEq for Alg
Auto Trait Implementations§
impl Freeze for Alg
impl RefUnwindSafe for Alg
impl Send for Alg
impl Sync for Alg
impl Unpin for Alg
impl UnwindSafe for Alg
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