pub struct ArvanIpFilterMode {
pub count: &'static str,
pub order: &'static str,
pub geo_filter: &'static str,
}Fields§
§count: &'static str§order: &'static str§geo_filter: &'static strTrait Implementations§
Source§impl Clone for ArvanIpFilterMode
impl Clone for ArvanIpFilterMode
Source§fn clone(&self) -> ArvanIpFilterMode
fn clone(&self) -> ArvanIpFilterMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArvanIpFilterMode
impl Debug for ArvanIpFilterMode
Source§impl Default for ArvanIpFilterMode
impl Default for ArvanIpFilterMode
Auto Trait Implementations§
impl Freeze for ArvanIpFilterMode
impl RefUnwindSafe for ArvanIpFilterMode
impl Send for ArvanIpFilterMode
impl Sync for ArvanIpFilterMode
impl Unpin for ArvanIpFilterMode
impl UnsafeUnpin for ArvanIpFilterMode
impl UnwindSafe for ArvanIpFilterMode
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