pub struct WarmupEndedData {}
Implementations§
Source§impl WarmupEndedData
impl WarmupEndedData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for WarmupEndedData
impl Clone for WarmupEndedData
Source§fn clone(&self) -> WarmupEndedData
fn clone(&self) -> WarmupEndedData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for WarmupEndedData
impl RefUnwindSafe for WarmupEndedData
impl Send for WarmupEndedData
impl Sync for WarmupEndedData
impl Unpin for WarmupEndedData
impl UnwindSafe for WarmupEndedData
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