pub struct digestId;
Trait Implementations§
Source§impl HasArgument<digestId> for DigestPlannerData
impl HasArgument<digestId> for DigestPlannerData
Auto Trait Implementations§
impl Freeze for digestId
impl RefUnwindSafe for digestId
impl Send for digestId
impl Sync for digestId
impl Unpin for digestId
impl UnwindSafe for digestId
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