pub struct BasicInterception { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for BasicInterception
impl Clone for BasicInterception
Source§fn clone(&self) -> BasicInterception
fn clone(&self) -> BasicInterception
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 Default for BasicInterception
impl Default for BasicInterception
Source§fn default() -> BasicInterception
fn default() -> BasicInterception
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BasicInterception
impl !RefUnwindSafe for BasicInterception
impl Send for BasicInterception
impl Sync for BasicInterception
impl Unpin for BasicInterception
impl !UnwindSafe for BasicInterception
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