pub struct CreateSymlink;
Trait Implementations§
Source§impl Method for CreateSymlink
impl Method for CreateSymlink
Source§type Request = WireDirectoryCreateSymlinkRequest
type Request = WireDirectoryCreateSymlinkRequest
The request payload for the method.
Auto Trait Implementations§
impl Freeze for CreateSymlink
impl RefUnwindSafe for CreateSymlink
impl Send for CreateSymlink
impl Sync for CreateSymlink
impl Unpin for CreateSymlink
impl UnwindSafe for CreateSymlink
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