pub struct RenameOptions {
pub prepare_provider: Option<bool>,
}
Fields§
§prepare_provider: Option<bool>
Renames should be checked and tested before being executed.
Trait Implementations§
Source§impl Debug for RenameOptions
impl Debug for RenameOptions
Source§impl<'de> Deserialize<'de> for RenameOptions
impl<'de> Deserialize<'de> for RenameOptions
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
Source§impl PartialEq for RenameOptions
impl PartialEq for RenameOptions
Source§impl Serialize for RenameOptions
impl Serialize for RenameOptions
impl Eq for RenameOptions
impl StructuralPartialEq for RenameOptions
Auto Trait Implementations§
impl Freeze for RenameOptions
impl RefUnwindSafe for RenameOptions
impl Send for RenameOptions
impl Sync for RenameOptions
impl Unpin for RenameOptions
impl UnwindSafe for RenameOptions
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