pub enum UnixGidReqs<'a> {
Requests(IterableUnixGid<'a>),
}Available on crate feature
sunrpc only.Variants§
Requests(IterableUnixGid<'a>)
Attribute may repeat multiple times (treat it as array)
Implementations§
Source§impl UnixGidReqs<'_>
impl UnixGidReqs<'_>
pub fn new<'a>(buf: &'a [u8]) -> IterableUnixGidReqs<'a> ⓘ
Trait Implementations§
Source§impl<'a> Clone for UnixGidReqs<'a>
impl<'a> Clone for UnixGidReqs<'a>
Source§fn clone(&self) -> UnixGidReqs<'a>
fn clone(&self) -> UnixGidReqs<'a>
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<'a> Freeze for UnixGidReqs<'a>
impl<'a> RefUnwindSafe for UnixGidReqs<'a>
impl<'a> Send for UnixGidReqs<'a>
impl<'a> Sync for UnixGidReqs<'a>
impl<'a> Unpin for UnixGidReqs<'a>
impl<'a> UnsafeUnpin for UnixGidReqs<'a>
impl<'a> UnwindSafe for UnixGidReqs<'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