pub struct ComponentDirectoryPageCursor(pub Vec<u8>);Expand description
ComponentDirectoryPageCursor
Opaque revision- and filter-bound continuation for one bounded Directory page.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for ComponentDirectoryPageCursor
impl Clone for ComponentDirectoryPageCursor
Source§fn clone(&self) -> ComponentDirectoryPageCursor
fn clone(&self) -> ComponentDirectoryPageCursor
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 ComponentDirectoryPageCursor
impl Debug for ComponentDirectoryPageCursor
Source§impl<'de> Deserialize<'de> for ComponentDirectoryPageCursor
impl<'de> Deserialize<'de> for ComponentDirectoryPageCursor
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
impl Eq for ComponentDirectoryPageCursor
impl StructuralPartialEq for ComponentDirectoryPageCursor
Auto Trait Implementations§
impl Freeze for ComponentDirectoryPageCursor
impl RefUnwindSafe for ComponentDirectoryPageCursor
impl Send for ComponentDirectoryPageCursor
impl Sync for ComponentDirectoryPageCursor
impl Unpin for ComponentDirectoryPageCursor
impl UnsafeUnpin for ComponentDirectoryPageCursor
impl UnwindSafe for ComponentDirectoryPageCursor
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