pub struct StatusRequest {
pub with_storage_statistics: bool,
}
Fields§
§with_storage_statistics: bool
Trait Implementations§
Source§impl Clone for StatusRequest
impl Clone for StatusRequest
Source§fn clone(&self) -> StatusRequest
fn clone(&self) -> StatusRequest
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 moreAuto Trait Implementations§
impl Freeze for StatusRequest
impl RefUnwindSafe for StatusRequest
impl Send for StatusRequest
impl Sync for StatusRequest
impl Unpin for StatusRequest
impl UnwindSafe for StatusRequest
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