pub struct SourceData {
pub index: i32,
}Fields§
§index: i32Trait Implementations§
Source§impl Clone for SourceData
impl Clone for SourceData
Source§fn clone(&self) -> SourceData
fn clone(&self) -> SourceData
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 SourceData
impl Debug for SourceData
Source§impl Hash for SourceData
impl Hash for SourceData
Source§impl Ord for SourceData
impl Ord for SourceData
Source§fn cmp(&self, other: &SourceData) -> Ordering
fn cmp(&self, other: &SourceData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceData
impl PartialEq for SourceData
Source§impl PartialOrd for SourceData
impl PartialOrd for SourceData
impl Copy for SourceData
impl Eq for SourceData
impl StructuralPartialEq for SourceData
Auto Trait Implementations§
impl Freeze for SourceData
impl RefUnwindSafe for SourceData
impl Send for SourceData
impl Sync for SourceData
impl Unpin for SourceData
impl UnwindSafe for SourceData
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