Struct cyfs_bdt::StreamListenerGuard
source · [−]pub struct StreamListenerGuard(_);Implementations
Trait Implementations
sourceimpl Clone for StreamListenerGuard
impl Clone for StreamListenerGuard
sourcefn clone(&self) -> StreamListenerGuard
fn clone(&self) -> StreamListenerGuard
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Deref for StreamListenerGuard
impl Deref for StreamListenerGuard
Auto Trait Implementations
impl !RefUnwindSafe for StreamListenerGuard
impl Send for StreamListenerGuard
impl Sync for StreamListenerGuard
impl Unpin for StreamListenerGuard
impl !UnwindSafe for StreamListenerGuard
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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