pub enum CacheNotify {
CacheType(u32),
}Available on crate feature
sunrpc only.Variants§
Implementations§
Source§impl CacheNotify
impl CacheNotify
pub fn new<'a>(buf: &'a [u8]) -> IterableCacheNotify<'a> ⓘ
Trait Implementations§
Source§impl Clone for CacheNotify
impl Clone for CacheNotify
Source§fn clone(&self) -> CacheNotify
fn clone(&self) -> CacheNotify
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CacheNotify
impl RefUnwindSafe for CacheNotify
impl Send for CacheNotify
impl Sync for CacheNotify
impl Unpin for CacheNotify
impl UnsafeUnpin for CacheNotify
impl UnwindSafe for CacheNotify
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