pub struct Sigma;Expand description
Маркер для scale-параметра sigma.
Trait Implementations§
impl Copy for Sigma
impl Eq for Sigma
Source§impl ParameterName for Sigma
impl ParameterName for Sigma
impl StructuralPartialEq for Sigma
Auto Trait Implementations§
impl Freeze for Sigma
impl RefUnwindSafe for Sigma
impl Send for Sigma
impl Sync for Sigma
impl Unpin for Sigma
impl UnsafeUnpin for Sigma
impl UnwindSafe for Sigma
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