pub struct PageNamespace(pub i32);
Expand description
Represents the
page_namespace
field of the page
table.
Tuple Fields§
§0: i32
Implementations§
Source§impl PageNamespace
impl PageNamespace
pub fn into_inner(self) -> i32
Trait Implementations§
Source§impl Clone for PageNamespace
impl Clone for PageNamespace
Source§fn clone(&self) -> PageNamespace
fn clone(&self) -> PageNamespace
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 PageNamespace
impl Debug for PageNamespace
Source§impl<'de> Deserialize<'de> for PageNamespace
impl<'de> Deserialize<'de> for PageNamespace
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> From<&'a PageNamespace> for &'a i32
impl<'a> From<&'a PageNamespace> for &'a i32
Source§fn from(val: &'a PageNamespace) -> Self
fn from(val: &'a PageNamespace) -> Self
Converts to this type from the input type.
Source§impl From<PageNamespace> for i32
impl From<PageNamespace> for i32
Source§fn from(val: PageNamespace) -> Self
fn from(val: PageNamespace) -> Self
Converts to this type from the input type.
Source§impl From<i32> for PageNamespace
impl From<i32> for PageNamespace
Source§impl<'input> FromSql<'input> for PageNamespace
impl<'input> FromSql<'input> for PageNamespace
Source§impl Hash for PageNamespace
impl Hash for PageNamespace
Source§impl Ord for PageNamespace
impl Ord for PageNamespace
Source§fn cmp(&self, other: &PageNamespace) -> Ordering
fn cmp(&self, other: &PageNamespace) -> 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 PageNamespace
impl PartialEq for PageNamespace
Source§impl PartialOrd for PageNamespace
impl PartialOrd for PageNamespace
Source§impl Serialize for PageNamespace
impl Serialize for PageNamespace
impl Copy for PageNamespace
impl Eq for PageNamespace
impl StructuralPartialEq for PageNamespace
Auto Trait Implementations§
impl Freeze for PageNamespace
impl RefUnwindSafe for PageNamespace
impl Send for PageNamespace
impl Sync for PageNamespace
impl Unpin for PageNamespace
impl UnwindSafe for PageNamespace
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