[][src]Trait azure_sdk_core::SnapshotOption

pub trait SnapshotOption {
    fn snapshot(&self) -> Option<DateTime<Utc>>;

    fn to_uri_parameter(&self) -> Option<String> { ... }
}

Required methods

fn snapshot(&self) -> Option<DateTime<Utc>>

Loading content...

Provided methods

Loading content...

Implementors

Loading content...