pub struct RenameFileService {
pub uri: String,
pub new_name: String,
}Expand description
Rename file service
Fields§
§uri: String§new_name: StringTrait Implementations§
Source§impl Clone for RenameFileService
impl Clone for RenameFileService
Source§fn clone(&self) -> RenameFileService
fn clone(&self) -> RenameFileService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RenameFileService
impl Debug for RenameFileService
Source§impl<'de> Deserialize<'de> for RenameFileService
impl<'de> Deserialize<'de> for RenameFileService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RenameFileService
impl RefUnwindSafe for RenameFileService
impl Send for RenameFileService
impl Sync for RenameFileService
impl Unpin for RenameFileService
impl UnsafeUnpin for RenameFileService
impl UnwindSafe for RenameFileService
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