Enum pagecache::DiskPtr[][src]

pub enum DiskPtr {
    Inline(LogID),
    External(LogIDExternalPointer),
}

A pointer to a location on disk or an off-log blob.

Variants

Points to a value stored in the single-file log.

Points to a value stored off-log in the blob directory.

Trait Implementations

impl Debug for DiskPtr
[src]

Formats the value using the given formatter. Read more

impl Clone for DiskPtr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DiskPtr
[src]

impl PartialEq for DiskPtr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for DiskPtr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DiskPtr

impl Sync for DiskPtr