pub struct OwnStreamAuthorship { /* private fields */ }Expand description
This device’s exclusive turn to author its own next Store commit, held from reading the position through publishing the head that takes it.
Auto Trait Implementations§
impl Freeze for OwnStreamAuthorship
impl !RefUnwindSafe for OwnStreamAuthorship
impl Send for OwnStreamAuthorship
impl Sync for OwnStreamAuthorship
impl Unpin for OwnStreamAuthorship
impl UnsafeUnpin for OwnStreamAuthorship
impl !UnwindSafe for OwnStreamAuthorship
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