pub struct LinkFilter {
pub allow_domains: Option<Vec<String>>,
}Fields§
§allow_domains: Option<Vec<String>>Trait Implementations§
Source§impl Clone for LinkFilter
impl Clone for LinkFilter
Source§fn clone(&self) -> LinkFilter
fn clone(&self) -> LinkFilter
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 LinkFilter
impl Debug for LinkFilter
Source§impl Default for LinkFilter
impl Default for LinkFilter
Source§fn default() -> LinkFilter
fn default() -> LinkFilter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinkFilter
impl RefUnwindSafe for LinkFilter
impl Send for LinkFilter
impl Sync for LinkFilter
impl Unpin for LinkFilter
impl UnsafeUnpin for LinkFilter
impl UnwindSafe for LinkFilter
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