[][src]Trait azure_sdk_cosmos::ExpirySecondsSupport

pub trait ExpirySecondsSupport {
    type O;
    fn with_expiry_seconds(self, expiry_seconds: u64) -> Self::O;
}

Associated Types

type O

Loading content...

Required methods

fn with_expiry_seconds(self, expiry_seconds: u64) -> Self::O

Loading content...

Implementors

impl<'a, CUB, R, PermissionSet> ExpirySecondsSupport for CreatePermissionBuilder<'a, CUB, R, PermissionSet> where
    PermissionSet: ToAssign,
    CUB: CosmosUriBuilder,
    R: PermissionResource
[src]

type O = CreatePermissionBuilder<'a, CUB, R, PermissionSet>

impl<'a, CUB, R, PermissionSet> ExpirySecondsSupport for ReplacePermissionBuilder<'a, CUB, R, PermissionSet> where
    PermissionSet: ToAssign,
    CUB: CosmosUriBuilder,
    R: PermissionResource
[src]

type O = ReplacePermissionBuilder<'a, CUB, R, PermissionSet>

Loading content...