pub struct GetDataYxArgs {
pub coords: Vec<CellKey>,
}Fields§
§coords: Vec<CellKey>Trait Implementations§
Source§impl Clone for GetDataYxArgs
impl Clone for GetDataYxArgs
Source§fn clone(&self) -> GetDataYxArgs
fn clone(&self) -> GetDataYxArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetDataYxArgs
impl Debug for GetDataYxArgs
Source§impl PartialEq for GetDataYxArgs
impl PartialEq for GetDataYxArgs
Source§fn eq(&self, other: &GetDataYxArgs) -> bool
fn eq(&self, other: &GetDataYxArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDataYxArgs
Auto Trait Implementations§
impl Freeze for GetDataYxArgs
impl RefUnwindSafe for GetDataYxArgs
impl Send for GetDataYxArgs
impl Sync for GetDataYxArgs
impl Unpin for GetDataYxArgs
impl UnsafeUnpin for GetDataYxArgs
impl UnwindSafe for GetDataYxArgs
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