pub struct ChangeNotifyCmd;Expand description
CHANGE_NOTIFY handler ([MS-SMB2] §3.3.5.19): registers a directory watch and
defers as Outcome::Interim; the background watcher completes it when the
first change (or cancellation) arrives.
Trait Implementations§
Source§impl Command for ChangeNotifyCmd
impl Command for ChangeNotifyCmd
Source§type Request = ChangeNotifyReq
type Request = ChangeNotifyReq
The request type this command decodes and consumes.
Auto Trait Implementations§
impl Freeze for ChangeNotifyCmd
impl RefUnwindSafe for ChangeNotifyCmd
impl Send for ChangeNotifyCmd
impl Sync for ChangeNotifyCmd
impl Unpin for ChangeNotifyCmd
impl UnsafeUnpin for ChangeNotifyCmd
impl UnwindSafe for ChangeNotifyCmd
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