pub struct BlobSharedAccessSignature { /* private fields */ }
Implementations§
pub fn new<K>( key: K, canonicalized_resource: String, permissions: BlobSasPermissions, expiry: OffsetDateTime, resource: BlobSignedResource, ) -> Self
pub fn start<P: Into<OffsetDateTime>>(self, start: P) -> Self
pub fn identifier<P: Into<String>>(self, identifier: P) -> Self
pub fn ip<P: Into<String>>(self, ip: P) -> Self
pub fn protocol<P: Into<SasProtocol>>(self, protocol: P) -> Self
pub fn signed_directory_depth<P: Into<usize>>( self, signed_directory_depth: P, ) -> Self
Trait Implementations§
Auto Trait Implementations§
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