pub struct CoverageBranchSerDe(/* private fields */);Trait Implementations§
Source§impl Clone for CoverageBranchSerDe
impl Clone for CoverageBranchSerDe
Source§fn clone(&self) -> CoverageBranchSerDe
fn clone(&self) -> CoverageBranchSerDe
Returns a copy 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 CoverageBranchSerDe
impl Debug for CoverageBranchSerDe
Source§impl<'de> Deserialize<'de> for CoverageBranchSerDe
impl<'de> Deserialize<'de> for CoverageBranchSerDe
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 From<CoverageBranch> for CoverageBranchSerDe
impl From<CoverageBranch> for CoverageBranchSerDe
Source§fn from(_: CoverageBranch) -> Self
fn from(_: CoverageBranch) -> Self
Converts to this type from the input type.
Source§impl From<CoverageBranchSerDe> for CoverageBranch
impl From<CoverageBranchSerDe> for CoverageBranch
Source§fn from(CoverageBranchSerDe: CoverageBranchSerDe) -> Self
fn from(CoverageBranchSerDe: CoverageBranchSerDe) -> Self
Converts to this type from the input type.
Source§impl Serialize for CoverageBranchSerDe
impl Serialize for CoverageBranchSerDe
impl Copy for CoverageBranchSerDe
Auto Trait Implementations§
impl Freeze for CoverageBranchSerDe
impl RefUnwindSafe for CoverageBranchSerDe
impl Send for CoverageBranchSerDe
impl Sync for CoverageBranchSerDe
impl Unpin for CoverageBranchSerDe
impl UnwindSafe for CoverageBranchSerDe
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