pub enum GetComplaintsParam {
Limit(usize),
}Expand description
A parameter for fetching complaints for a domain.
Variants§
Trait Implementations§
Source§impl Debug for GetComplaintsParam
impl Debug for GetComplaintsParam
Auto Trait Implementations§
impl Freeze for GetComplaintsParam
impl RefUnwindSafe for GetComplaintsParam
impl Send for GetComplaintsParam
impl Sync for GetComplaintsParam
impl Unpin for GetComplaintsParam
impl UnwindSafe for GetComplaintsParam
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