pub struct RepoCreateAuditEntryVisibility {}
Auto Trait Implementations§
impl Freeze for RepoCreateAuditEntryVisibility
impl RefUnwindSafe for RepoCreateAuditEntryVisibility
impl Send for RepoCreateAuditEntryVisibility
impl Sync for RepoCreateAuditEntryVisibility
impl Unpin for RepoCreateAuditEntryVisibility
impl UnwindSafe for RepoCreateAuditEntryVisibility
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