Struct webrtc_util::replay_detector::NoOpReplayDetector
source · [−]pub struct NoOpReplayDetector;
Trait Implementations
sourceimpl Default for NoOpReplayDetector
impl Default for NoOpReplayDetector
sourcefn default() -> NoOpReplayDetector
fn default() -> NoOpReplayDetector
Returns the “default value” for a type. Read more
sourceimpl ReplayDetector for NoOpReplayDetector
impl ReplayDetector for NoOpReplayDetector
Auto Trait Implementations
impl RefUnwindSafe for NoOpReplayDetector
impl Send for NoOpReplayDetector
impl Sync for NoOpReplayDetector
impl Unpin for NoOpReplayDetector
impl UnwindSafe for NoOpReplayDetector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more