pub struct RuleSetRemovedParams {
pub id: RuleSetId,
}Fields§
§id: RuleSetIdTrait Implementations§
Source§impl Clone for RuleSetRemovedParams
impl Clone for RuleSetRemovedParams
Source§fn clone(&self) -> RuleSetRemovedParams
fn clone(&self) -> RuleSetRemovedParams
Returns a duplicate 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 RuleSetRemovedParams
impl Debug for RuleSetRemovedParams
Source§impl<'de> Deserialize<'de> for RuleSetRemovedParams
impl<'de> Deserialize<'de> for RuleSetRemovedParams
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 RuleSetRemovedParams
impl PartialEq for RuleSetRemovedParams
Source§impl Serialize for RuleSetRemovedParams
impl Serialize for RuleSetRemovedParams
impl StructuralPartialEq for RuleSetRemovedParams
Auto Trait Implementations§
impl Freeze for RuleSetRemovedParams
impl RefUnwindSafe for RuleSetRemovedParams
impl Send for RuleSetRemovedParams
impl Sync for RuleSetRemovedParams
impl Unpin for RuleSetRemovedParams
impl UnsafeUnpin for RuleSetRemovedParams
impl UnwindSafe for RuleSetRemovedParams
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