pub struct BuildCellResult {
pub scratch_preserved: bool,
}Fields§
§scratch_preserved: boolTrait Implementations§
Source§impl Clone for BuildCellResult
impl Clone for BuildCellResult
Source§fn clone(&self) -> BuildCellResult
fn clone(&self) -> BuildCellResult
Returns a duplicate of the value. Read more
1.0.0 · 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 BuildCellResult
impl Debug for BuildCellResult
Source§impl<'de> Deserialize<'de> for BuildCellResult
impl<'de> Deserialize<'de> for BuildCellResult
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 BuildCellResult
impl PartialEq for BuildCellResult
Source§impl Serialize for BuildCellResult
impl Serialize for BuildCellResult
impl Eq for BuildCellResult
impl StructuralPartialEq for BuildCellResult
Auto Trait Implementations§
impl Freeze for BuildCellResult
impl RefUnwindSafe for BuildCellResult
impl Send for BuildCellResult
impl Sync for BuildCellResult
impl Unpin for BuildCellResult
impl UnsafeUnpin for BuildCellResult
impl UnwindSafe for BuildCellResult
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