pub enum BranchCapRefreshed {
V0(BranchCapRefreshedV0),
}
Expand description
BranchCapRefreshed
Variants§
Trait Implementations§
Source§impl Clone for BranchCapRefreshed
impl Clone for BranchCapRefreshed
Source§fn clone(&self) -> BranchCapRefreshed
fn clone(&self) -> BranchCapRefreshed
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BranchCapRefreshed
impl Debug for BranchCapRefreshed
Source§impl<'de> Deserialize<'de> for BranchCapRefreshed
impl<'de> Deserialize<'de> for BranchCapRefreshed
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 BranchCapRefreshed
impl PartialEq for BranchCapRefreshed
Source§impl Serialize for BranchCapRefreshed
impl Serialize for BranchCapRefreshed
impl Eq for BranchCapRefreshed
impl StructuralPartialEq for BranchCapRefreshed
Auto Trait Implementations§
impl Freeze for BranchCapRefreshed
impl RefUnwindSafe for BranchCapRefreshed
impl Send for BranchCapRefreshed
impl Sync for BranchCapRefreshed
impl Unpin for BranchCapRefreshed
impl UnwindSafe for BranchCapRefreshed
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