pub struct OpCacheNotifyNotif;Available on crate feature
sunrpc only.Expand description
Notify attributes:
Implementations§
Source§impl OpCacheNotifyNotif
impl OpCacheNotifyNotif
pub const CMD: u8 = 1u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterableCacheNotify<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpCacheNotifyNotif
impl RefUnwindSafe for OpCacheNotifyNotif
impl Send for OpCacheNotifyNotif
impl Sync for OpCacheNotifyNotif
impl Unpin for OpCacheNotifyNotif
impl UnsafeUnpin for OpCacheNotifyNotif
impl UnwindSafe for OpCacheNotifyNotif
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