#[repr(C)]pub struct archive_acl { /* private fields */ }Trait Implementations§
Source§impl Clone for archive_acl
impl Clone for archive_acl
Source§fn clone(&self) -> archive_acl
fn clone(&self) -> archive_acl
Returns a duplicate of the value. Read more
1.0.0 · 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 archive_acl
impl Debug for archive_acl
impl Copy for archive_acl
Auto Trait Implementations§
impl Freeze for archive_acl
impl RefUnwindSafe for archive_acl
impl Send for archive_acl
impl Sync for archive_acl
impl Unpin for archive_acl
impl UnwindSafe for archive_acl
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