pub struct GetFutureStats {
pub future_name: String,
}Fields§
§future_name: StringTrait Implementations§
Source§impl Clone for GetFutureStats
impl Clone for GetFutureStats
Source§fn clone(&self) -> GetFutureStats
fn clone(&self) -> GetFutureStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetFutureStats
impl Debug for GetFutureStats
Source§impl Default for GetFutureStats
impl Default for GetFutureStats
Source§fn default() -> GetFutureStats
fn default() -> GetFutureStats
Returns the “default value” for a type. Read more
Source§impl Request for GetFutureStats
impl Request for GetFutureStats
Auto Trait Implementations§
impl Freeze for GetFutureStats
impl RefUnwindSafe for GetFutureStats
impl Send for GetFutureStats
impl Sync for GetFutureStats
impl Unpin for GetFutureStats
impl UnwindSafe for GetFutureStats
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