pub struct CopySheetDestination { /* private fields */ }Expand description
新工作表的属性
Trait Implementations§
Source§impl Debug for CopySheetDestination
impl Debug for CopySheetDestination
Source§impl Default for CopySheetDestination
impl Default for CopySheetDestination
Source§fn default() -> CopySheetDestination
fn default() -> CopySheetDestination
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CopySheetDestination
impl<'de> Deserialize<'de> for CopySheetDestination
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 CopySheetDestination
impl RefUnwindSafe for CopySheetDestination
impl Send for CopySheetDestination
impl Sync for CopySheetDestination
impl Unpin for CopySheetDestination
impl UnwindSafe for CopySheetDestination
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