pub struct PortablePosixOwner {
pub uid: u64,
pub gid: u64,
pub uname: Option<String>,
pub gname: Option<String>,
}Fields§
§uid: u64§gid: u64§uname: Option<String>§gname: Option<String>Trait Implementations§
Source§impl Clone for PortablePosixOwner
impl Clone for PortablePosixOwner
Source§fn clone(&self) -> PortablePosixOwner
fn clone(&self) -> PortablePosixOwner
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 moreSource§impl Debug for PortablePosixOwner
impl Debug for PortablePosixOwner
impl Eq for PortablePosixOwner
Source§impl PartialEq for PortablePosixOwner
impl PartialEq for PortablePosixOwner
impl StructuralPartialEq for PortablePosixOwner
Auto Trait Implementations§
impl Freeze for PortablePosixOwner
impl RefUnwindSafe for PortablePosixOwner
impl Send for PortablePosixOwner
impl Sync for PortablePosixOwner
impl Unpin for PortablePosixOwner
impl UnsafeUnpin for PortablePosixOwner
impl UnwindSafe for PortablePosixOwner
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