pub struct NativePagedCrossRef {
pub source_id: u64,
pub target_id: u64,
pub ref_type: u8,
pub target_collection: String,
}Fields§
§source_id: u64§target_id: u64§ref_type: u8§target_collection: StringTrait Implementations§
Source§impl Clone for NativePagedCrossRef
impl Clone for NativePagedCrossRef
Source§fn clone(&self) -> NativePagedCrossRef
fn clone(&self) -> NativePagedCrossRef
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 NativePagedCrossRef
impl Debug for NativePagedCrossRef
impl Eq for NativePagedCrossRef
Source§impl PartialEq for NativePagedCrossRef
impl PartialEq for NativePagedCrossRef
Source§fn eq(&self, other: &NativePagedCrossRef) -> bool
fn eq(&self, other: &NativePagedCrossRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativePagedCrossRef
Auto Trait Implementations§
impl Freeze for NativePagedCrossRef
impl RefUnwindSafe for NativePagedCrossRef
impl Send for NativePagedCrossRef
impl Sync for NativePagedCrossRef
impl Unpin for NativePagedCrossRef
impl UnsafeUnpin for NativePagedCrossRef
impl UnwindSafe for NativePagedCrossRef
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