Struct ExClearCache
pub struct ExClearCache<'a> { /* private fields */ }
Expand description
Default-param extender for Ip::clear_cache_ex
.
Implementations§
§impl<'a> ExClearCache<'a>
impl<'a> ExClearCache<'a>
pub fn hostname(self, value: GString) -> ExClearCache<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExClearCache<'a>
impl<'a> RefUnwindSafe for ExClearCache<'a>
impl<'a> !Send for ExClearCache<'a>
impl<'a> !Sync for ExClearCache<'a>
impl<'a> Unpin for ExClearCache<'a>
impl<'a> !UnwindSafe for ExClearCache<'a>
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