pub struct DelRule {
pub version: Option<Version>,
}Fields§
§version: Option<Version>Trait Implementations§
Source§impl CandidType for DelRule
impl CandidType for DelRule
Source§impl<'de> Deserialize<'de> for DelRule
impl<'de> Deserialize<'de> for DelRule
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 DelRule
impl RefUnwindSafe for DelRule
impl Send for DelRule
impl Sync for DelRule
impl Unpin for DelRule
impl UnwindSafe for DelRule
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