pub enum Server<'a> {
Threads(u32),
Gracetime(u32),
Leasetime(u32),
Scope(&'a CStr),
MinThreads(u32),
FhKey(&'a [u8]),
}Available on crate feature
nfsd only.Variants§
Threads(u32)
Attribute may repeat multiple times (treat it as array)
Gracetime(u32)
Leasetime(u32)
Scope(&'a CStr)
MinThreads(u32)
FhKey(&'a [u8])
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Server<'a>
impl<'a> RefUnwindSafe for Server<'a>
impl<'a> Send for Server<'a>
impl<'a> Sync for Server<'a>
impl<'a> Unpin for Server<'a>
impl<'a> UnsafeUnpin for Server<'a>
impl<'a> UnwindSafe for Server<'a>
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