pub enum IpMapReqs<'a> {
Requests(IterableIpMap<'a>),
}Available on crate feature
sunrpc only.Variants§
Requests(IterableIpMap<'a>)
Attribute may repeat multiple times (treat it as array)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for IpMapReqs<'a>
impl<'a> RefUnwindSafe for IpMapReqs<'a>
impl<'a> Send for IpMapReqs<'a>
impl<'a> Sync for IpMapReqs<'a>
impl<'a> Unpin for IpMapReqs<'a>
impl<'a> UnsafeUnpin for IpMapReqs<'a>
impl<'a> UnwindSafe for IpMapReqs<'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