pub struct WeightSet<'a> {
pub weights: &'a [u32],
}Fields§
§weights: &'a [u32]Auto Trait Implementations§
impl<'a> Freeze for WeightSet<'a>
impl<'a> RefUnwindSafe for WeightSet<'a>
impl<'a> Send for WeightSet<'a>
impl<'a> Sync for WeightSet<'a>
impl<'a> Unpin for WeightSet<'a>
impl<'a> UnwindSafe for WeightSet<'a>
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