pub struct GetSymlink { /* private fields */ }Expand description
Get the symlink
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for GetSymlink
impl !RefUnwindSafe for GetSymlink
impl Send for GetSymlink
impl Sync for GetSymlink
impl Unpin for GetSymlink
impl !UnwindSafe for GetSymlink
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