pub struct EntityRelationshipsPage {
pub entity: EntityId,
pub offset: usize,
pub limit: usize,
pub total: usize,
pub next_offset: Option<usize>,
pub relationships: Vec<EntityRelationship>,
}Fields§
§entity: EntityId§offset: usize§limit: usize§total: usize§next_offset: Option<usize>§relationships: Vec<EntityRelationship>Trait Implementations§
Source§impl Clone for EntityRelationshipsPage
impl Clone for EntityRelationshipsPage
Source§fn clone(&self) -> EntityRelationshipsPage
fn clone(&self) -> EntityRelationshipsPage
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 EntityRelationshipsPage
impl Debug for EntityRelationshipsPage
impl Eq for EntityRelationshipsPage
Source§impl PartialEq for EntityRelationshipsPage
impl PartialEq for EntityRelationshipsPage
Source§impl Serialize for EntityRelationshipsPage
impl Serialize for EntityRelationshipsPage
impl StructuralPartialEq for EntityRelationshipsPage
Auto Trait Implementations§
impl Freeze for EntityRelationshipsPage
impl RefUnwindSafe for EntityRelationshipsPage
impl Send for EntityRelationshipsPage
impl Sync for EntityRelationshipsPage
impl Unpin for EntityRelationshipsPage
impl UnsafeUnpin for EntityRelationshipsPage
impl UnwindSafe for EntityRelationshipsPage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.