pub struct SetCellSer { /* private fields */ }Available on crate feature
serde only.Expand description
A representation of setting a cell which can be easily serialized.
Trait Implementations§
Source§impl Clone for SetCellSer
impl Clone for SetCellSer
Source§fn clone(&self) -> SetCellSer
fn clone(&self) -> SetCellSer
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 SetCellSer
impl Debug for SetCellSer
Source§impl<'de> Deserialize<'de> for SetCellSer
impl<'de> Deserialize<'de> for SetCellSer
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 Hash for SetCellSer
impl Hash for SetCellSer
Source§impl PartialEq for SetCellSer
impl PartialEq for SetCellSer
Source§impl Serialize for SetCellSer
impl Serialize for SetCellSer
impl Eq for SetCellSer
impl StructuralPartialEq for SetCellSer
Auto Trait Implementations§
impl Freeze for SetCellSer
impl RefUnwindSafe for SetCellSer
impl Send for SetCellSer
impl Sync for SetCellSer
impl Unpin for SetCellSer
impl UnwindSafe for SetCellSer
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