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