pub struct SnapshotPublicationPermit { /* private fields */ }Auto Trait Implementations§
impl Freeze for SnapshotPublicationPermit
impl !RefUnwindSafe for SnapshotPublicationPermit
impl Send for SnapshotPublicationPermit
impl Sync for SnapshotPublicationPermit
impl Unpin for SnapshotPublicationPermit
impl UnsafeUnpin for SnapshotPublicationPermit
impl !UnwindSafe for SnapshotPublicationPermit
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