pub struct DeltaChoice { /* private fields */ }
Trait Implementations§
Source§impl Debug for DeltaChoice
impl Debug for DeltaChoice
Source§impl<'de> Deserialize<'de> for DeltaChoice
impl<'de> Deserialize<'de> for DeltaChoice
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 DeltaChoice
impl RefUnwindSafe for DeltaChoice
impl Send for DeltaChoice
impl Sync for DeltaChoice
impl Unpin for DeltaChoice
impl UnwindSafe for DeltaChoice
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