pub struct PutSymlink { /* private fields */ }Expand description
Create a symlink
See the Alibaba Cloud documentation for details
Implementations§
Source§impl PutSymlink
impl PutSymlink
Sourcepub fn set_storage_class(self, storage_class: StorageClass) -> Self
pub fn set_storage_class(self, storage_class: StorageClass) -> Self
Set the file’s storage class
Sourcepub fn forbid_overwrite(self) -> Self
pub fn forbid_overwrite(self) -> Self
Disallow overwriting files with the same name
Auto Trait Implementations§
impl Freeze for PutSymlink
impl !RefUnwindSafe for PutSymlink
impl Send for PutSymlink
impl Sync for PutSymlink
impl Unpin for PutSymlink
impl !UnwindSafe for PutSymlink
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