pub struct HelloPayload {
pub version: String,
pub node_count: usize,
pub edge_count: usize,
}Fields§
§version: String§node_count: usize§edge_count: usizeTrait Implementations§
Source§impl Clone for HelloPayload
impl Clone for HelloPayload
Source§fn clone(&self) -> HelloPayload
fn clone(&self) -> HelloPayload
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 HelloPayload
impl Debug for HelloPayload
Auto Trait Implementations§
impl Freeze for HelloPayload
impl RefUnwindSafe for HelloPayload
impl Send for HelloPayload
impl Sync for HelloPayload
impl Unpin for HelloPayload
impl UnsafeUnpin for HelloPayload
impl UnwindSafe for HelloPayload
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