pub enum RefreshCap {
V0(RefreshCapV0),
}
Expand description
RefreshCap
Variants§
V0(RefreshCapV0)
Trait Implementations§
Source§impl Clone for RefreshCap
impl Clone for RefreshCap
Source§fn clone(&self) -> RefreshCap
fn clone(&self) -> RefreshCap
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 RefreshCap
impl Debug for RefreshCap
Source§impl<'de> Deserialize<'de> for RefreshCap
impl<'de> Deserialize<'de> for RefreshCap
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 RefreshCap
impl PartialEq for RefreshCap
Source§impl Serialize for RefreshCap
impl Serialize for RefreshCap
impl Eq for RefreshCap
impl StructuralPartialEq for RefreshCap
Auto Trait Implementations§
impl Freeze for RefreshCap
impl RefUnwindSafe for RefreshCap
impl Send for RefreshCap
impl Sync for RefreshCap
impl Unpin for RefreshCap
impl UnwindSafe for RefreshCap
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