pub struct Poseidon;Trait Implementations§
impl Copy for Poseidon
Auto Trait Implementations§
impl Freeze for Poseidon
impl RefUnwindSafe for Poseidon
impl Send for Poseidon
impl Sync for Poseidon
impl Unpin for Poseidon
impl UnwindSafe for Poseidon
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