pub struct ShakeData {}Trait Implementations§
Source§impl SendSegmentData for ShakeData
impl SendSegmentData for ShakeData
fn into_send_segment(self) -> SendSegment
Auto Trait Implementations§
impl Freeze for ShakeData
impl RefUnwindSafe for ShakeData
impl Send for ShakeData
impl Sync for ShakeData
impl Unpin for ShakeData
impl UnsafeUnpin for ShakeData
impl UnwindSafe for ShakeData
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