Struct webrtc_util::replay_detector::NoOpReplayDetector
source · pub struct NoOpReplayDetector;
Trait Implementations§
source§impl Default for NoOpReplayDetector
impl Default for NoOpReplayDetector
source§fn default() -> NoOpReplayDetector
fn default() -> NoOpReplayDetector
Returns the “default value” for a type. Read more
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§
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