pub struct CeremonyInstanceIdPage { /* private fields */ }Expand description
One bounded, ordered page from the authoritative stream index.
Implementations§
Trait Implementations§
Source§impl Clone for CeremonyInstanceIdPage
impl Clone for CeremonyInstanceIdPage
Source§impl Debug for CeremonyInstanceIdPage
impl Debug for CeremonyInstanceIdPage
impl Eq for CeremonyInstanceIdPage
Source§impl PartialEq for CeremonyInstanceIdPage
impl PartialEq for CeremonyInstanceIdPage
impl StructuralPartialEq for CeremonyInstanceIdPage
Auto Trait Implementations§
impl Freeze for CeremonyInstanceIdPage
impl RefUnwindSafe for CeremonyInstanceIdPage
impl Send for CeremonyInstanceIdPage
impl Sync for CeremonyInstanceIdPage
impl Unpin for CeremonyInstanceIdPage
impl UnsafeUnpin for CeremonyInstanceIdPage
impl UnwindSafe for CeremonyInstanceIdPage
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