pub struct BranchCapRefreshedV0 {
pub continuation_of: ReadCap,
pub refresh: ObjectRef,
pub new_read_cap: ReadCap,
}
Expand description
BranchCapRefreshed is a singleton in a new topic. it has no ACKS nor DEPS.
Fields§
§continuation_of: ReadCap
reference to the previous read_cap of the branch
refresh: ObjectRef
reference to the SyncSignature commit that did the refresh
new_read_cap: ReadCap
reference to the UpdateBranch/UpdateRootBranch commit within the event of the SyncSignature
Trait Implementations§
Source§impl Clone for BranchCapRefreshedV0
impl Clone for BranchCapRefreshedV0
Source§fn clone(&self) -> BranchCapRefreshedV0
fn clone(&self) -> BranchCapRefreshedV0
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BranchCapRefreshedV0
impl Debug for BranchCapRefreshedV0
Source§impl<'de> Deserialize<'de> for BranchCapRefreshedV0
impl<'de> Deserialize<'de> for BranchCapRefreshedV0
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BranchCapRefreshedV0
impl PartialEq for BranchCapRefreshedV0
Source§impl Serialize for BranchCapRefreshedV0
impl Serialize for BranchCapRefreshedV0
impl Eq for BranchCapRefreshedV0
impl StructuralPartialEq for BranchCapRefreshedV0
Auto Trait Implementations§
impl Freeze for BranchCapRefreshedV0
impl RefUnwindSafe for BranchCapRefreshedV0
impl Send for BranchCapRefreshedV0
impl Sync for BranchCapRefreshedV0
impl Unpin for BranchCapRefreshedV0
impl UnwindSafe for BranchCapRefreshedV0
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